Online Documentation for Advanced PDF Generator for RAD Studio

TQuickPdfPageInfo.Size

 

TQuickPDFPageInfo


property Size: TQuickPdfPageSize;

 

type TQuickPdfPageSize = (psCustom, psA4, psLetter, psLegal);

 

Description

Use this property to define standard page size for the document. The following page sizes are available:

psA4 (8.27" X 11.69")

Letter (8.5" X 11")

Legal (8.5" X 14")

 

The Size is set to psCustom if the page size differs from a standard page size.