PageCount

PdfLoadOptions.PageCount property

Gets or sets the number of pages to read. Default is MaxValue which means all pages of the document will be read.

public int PageCount { get; set; }

See Also