RtfToPdfDocumentOptionsMaxPageCount 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.Next
Assembly: HiQPdf.Next.RtfToPdf (in HiQPdf.Next.RtfToPdf.dll) Version: 18.0.0
C#
public int MaxPageCount { get; set; }

Property Value

Int32

See Also