PdfSaveOptions.PageCount

PdfSaveOptions.PageCount property

Gets or sets the number of pages to render in PDF. Default is MaxValue which means all pages of the diagram will be rendered.

public int PageCount { get; set; }

See Also