此方法在 Windows 版 FRE 中实现。
HRESULT AddFromMemory(
__int64 HGlobal,
BSTR FileName,
BSTR Description,
IPDFAttachment** Result
);
IPDFAttachment AddFromMemory(
Int64 HGlobal,
string FileName,
string Description
);
Function AddFromMemory( _
HGlobal As Int64, _
FileName As String, _
[Description As String = "0"] _
) As IPDFAttachment
此页面对您有帮助吗?