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