GetDocumentFileSize
Version history
This function was introduced in Quick PDF Library version 7.21.
Description
Returns the file size of the selected document.
The size cannot be determined dynamically - it will only be set directly after a call to LoadFromFile, LoadFromStream, LoadFromString, LoadFromVariant, SaveToFile, SaveToStream, SaveToString or SaveToVariant.
Syntax
Delphi
function TDebenuPDFLibrary1811.GetDocumentFileSize: Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::GetDocumentFileSize As Long
DLL
int DPLGetDocumentFileSize(int InstanceID)