PdfDocumentOptionsPageNumberLimit Property

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

Definition

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

Property Value

Int32

See Also