此方法已在 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
這個頁面有幫助嗎?