HTMLSaveOptions.PageCount

HTMLSaveOptions.PageCount property

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

public int PageCount { get; set; }

See Also