THotPDF.GetLoadedPageLayout Method

Reads the page layout name defined in the Catalog of the loaded PDF document

Declaration

function GetLoadedPageLayout: AnsiString;

Unit

HPDFDoc

Return value

Returns a PageLayout name string, such as 'SinglePage', 'OneColumn', 'TwoColumnLeft', 'TwoColumnRight', 'TwoPageLeft', or 'TwoPageRight'; returns an empty string if this key is absent

Usage notes

Related APIs