PdfDocumentControlPageSize Property
The PDF document page size. The default value is A4.
The final width and height of the PDF pages is also influenced by the
PageOrientation property
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public PdfPageSize PageSize { get; set; }
Public Property PageSize As PdfPageSize
Get
Set
public:
property PdfPageSize^ PageSize {
PdfPageSize^ get ();
void set (PdfPageSize^ value);
}
member PageSize : PdfPageSize with get, set
Property Value
PdfPageSize