The QueryContentPageSettingsEventArgs type exposes the following members.

Constructors

  NameDescription
QueryContentPageSettingsEventArgs
Initializes a new instance of the class.

Methods

  NameDescription
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
ToString (Inherited from Object.)

Properties

  NameDescription
DocumentContent
Gets the zero-based index of current content within the document.
(Inherited from PrintNotificationEventArgs.)
DocumentPage
Gets the zero-based index of current page within the document.
(Inherited from PrintNotificationEventArgs.)
DocumentProvider
Gets the zero-based index of current provider within the document.
(Inherited from PrintNotificationEventArgs.)
DocumentSection
Gets the zero-based index of current section within the document.
(Inherited from PrintNotificationEventArgs.)
PageContent
Gets the zero-based index of current content within current page.
(Inherited from PrintNotificationEventArgs.)
PageProvider
Gets the zero-based index of current provider within current page.
(Inherited from PrintNotificationEventArgs.)
PageSettings
Gets or sets the page settings for the page to be printed.
ProviderContent
Gets the zero-based index of current content within current provider.
(Inherited from PrintNotificationEventArgs.)
ProviderPage
Gets the zero-based index of current page within current provider.
(Inherited from PrintNotificationEventArgs.)
SectionContent
Gets the zero-based index of current content within current section.
(Inherited from PrintNotificationEventArgs.)
SectionPage
Gets the zero-based index of current page within current section.
(Inherited from PrintNotificationEventArgs.)
SectionProvider
Gets the zero-based index of current provider within current section.
(Inherited from PrintNotificationEventArgs.)

See Also