THotPDF.GetLoadedFileSpecInfo Method

方法摘要: THotPDF.GetLoadedFileSpecInfo Method

宣告

function GetLoadedFileSpecInfo(Index: Integer; out AName, ADesc, AMIME: AnsiString; out ASize: Int64): boolean;

單元

HPDFDoc

參數

名稱用途
IndexZero-based embedded-file specification index
ANameReceives the embedded file name
ADescReceives the optional file description
AMIMEReceives the embedded stream MIME subtype
ASizeReceives the stored embedded stream length

傳回值

Returns True when the indexed embedded-file specification is available

使用說明

相關 API