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: EvoPdf.Chromium
Assembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 11.4.0
C#
public int PageNumberLimit { get; set; }

Property Value

Int32

See Also