PrintSaveOptions.PageCount

PrintSaveOptions.PageCount property

Gets or sets the number of pages to render when saving to a multipage file. Default is MaxValue which means all pages of the diagram will be printed.

public int PageCount { get; set; }

See Also