PdfImportOptions.PageCount

PdfImportOptions.PageCount property

Gets or sets the number of pages to save. By default is MaxValue which means all pages of the document will be rendered.

public int PageCount { get; set; }

See Also