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: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public PdfPageSize PageSize { get; set; }

Property Value

PdfPageSize

See Also