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