ImageOrPrintOptions.PageCount

ImageOrPrintOptions.PageCount property

Gets or sets the number of pages to save.

public int PageCount { get; set; }

Remarks

Default is System.Int32.MaxValue which means all pages will be rendered.

See Also