THPDFRandomAccessSource.GetSize Method

Returns the stable byte length of the backing store that a THPDFRandomAccessSource subclass exposes to the HotPDF parser

Declaration

function GetSize: Int64; virtual; abstract;

Unit

HPDFDoc

Return value

The total byte length of the source. Must be non-negative and stable for the lifetime of the load

Usage notes

Related APIs