RtfToPdfDocumentOptionsPageNumberLimit Property

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

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next.RtfToPdf (in Winnovative.Pdf.Next.RtfToPdf.dll) Version: 20.0.0
C#
public int PageNumberLimit { get; set; }

Property Value

Int32

See Also