WordToPdfDocumentOptionsMaxPageCount Property

The maximum number of PDF pages to generate from conversion. The default value is 0 and the entire Word document will be converted to PDF

Definition

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

Property Value

Int32

See Also