Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
914
How to get total number of pages from UltraGridPrintDocument
posted

I'm using an UltraGridPrintDocument with an UltraPrintPreviewControl and want to support the ability of the user selecting which pages to print. Apparently, the UltraGridPrintDocument.TotalNumberOfPages property is protected and unavailable for an application to get that count. Is there any other way to get the count of pages required to print the grid so I can support page selection in the preview printing?