ImageSaveOptions.PageCount

ImageSaveOptions.PageCount property

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

public int PageCount { get; set; }

See Also