GetEmbeddedFileIntProperty
Version history
This function was introduced in Quick PDF Library version 7.13.
Description
Retrieves an integer property of the specified embedded file.
Syntax
Delphi
function TQuickPDF0813.GetEmbeddedFileIntProperty(Index, Tag: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::GetEmbeddedFileIntProperty(Index As Long,
Tag As Long) As Long
DLL
int QuickPDFGetEmbeddedFileIntProperty(int InstanceID, int Index, int Tag)
Parameters
| Index | The index of the embedded file. Must be a value between 1 and the value returned by EmbeddedFileCount. |
| Tag |
5 = Deprecated (previously same as 6) 6 = File size in bytes |