WordToPdfDocumentOptionsPageSize Property

This property controls the page size of the PDF document generated by the Word to PDF converter. This property is used only when UsePageSettingsFromWord is set to false. The default page size is A4.

Definition

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

Property Value

PdfPageSize

See Also