[]
Provides data for the PagePrinting and PagePrinted events.
public class PagePrintEventArgs : EventArgs
public PagePrintEventArgs()
Gets a value indicating the total page count.
public int PageCount { get; }
Gets a 1-based value indicating which page is associated with this event.
public int PageNumber { get; }