THotPDF.GetLoadedPageThumbnailSize Method

Reads loaded page thumbnail size information from the current page geometry state. Use the value to inspect parser results, shaping tables, resource availability, or diagnostic counters without mutating document output

Declaration

function GetLoadedPageThumbnailSize(PageIndex: Integer; out AWidth, AHeight: Integer): boolean;

Unit

HPDFDoc

Parameters

NamePurpose
PageIndexZero-based index or object index used to select an existing item
AWidthInput used by GetLoadedPageThumbnailSize
AHeightInput used by GetLoadedPageThumbnailSize

Return value

Returns a boolean value

Usage notes

Related APIs