The PrintNotificationEventArgs type exposes the following members.

Constructors

  NameDescription
Public methodPrintNotificationEventArgs(PrintNotificationEventArgs)
Initializes a new instance of the class from another instance.
Public methodPrintNotificationEventArgs(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32)
Initializes a new instance of the class.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyDocumentContent
Gets the zero-based index of current content within the document.
Public propertyDocumentPage
Gets the zero-based index of current page within the document.
Public propertyDocumentProvider
Gets the zero-based index of current provider within the document.
Public propertyDocumentSection
Gets the zero-based index of current section within the document.
Public propertyPageContent
Gets the zero-based index of current content within current page.
Public propertyPageProvider
Gets the zero-based index of current provider within current page.
Public propertyProviderContent
Gets the zero-based index of current content within current provider.
Public propertyProviderPage
Gets the zero-based index of current page within current provider.
Public propertySectionContent
Gets the zero-based index of current content within current section.
Public propertySectionPage
Gets the zero-based index of current page within current section.
Public propertySectionProvider
Gets the zero-based index of current provider within current section.

See Also