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

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public PdfPageSize PageSize { get; set; }

Property Value

PdfPageSize

See Also