Class StartEndPageEventArgs

StartEndPageEventArgs class

Provides data for the StartPage and EndPage events of the PdfViewer class.

public sealed class StartEndPageEventArgs : EventArgs

Constructors

NameDescription
StartEndPageEventArgs(int, int, int, int)Initializes a new instance of the StartEndPageEventArgs class.

Fields

NameDescription
readonly CurrentCopyGets the number of the copy currently being printed.
readonly CurrentPageGets the number of the page currently being printed.
readonly TotalCopiesGets the total number of copies to be printed.
readonly TotalPagesGets the total number of pages to be printed.

See Also