Class StartEndPageEventArgs
StartEndPageEventArgs class
Provides data for the StartPage
and EndPage
events of the PdfViewer
class.
public sealed class StartEndPageEventArgs : EventArgs
Constructors
Name | Description |
---|
StartEndPageEventArgs(int, int, int, int) | Initializes a new instance of the StartEndPageEventArgs class. |
Fields
Name | Description |
---|
readonly CurrentCopy | Gets the number of the copy currently being printed. |
readonly CurrentPage | Gets the number of the page currently being printed. |
readonly TotalCopies | Gets the total number of copies to be printed. |
readonly TotalPages | Gets the total number of pages to be printed. |
See Also