The PrintContentEventArgs type exposes the following members.

Constructors

  NameDescription
PrintContentEventArgsOverloaded.

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
Cancel
Gets or sets a value indicating whether the print job should be canceled.
ContentBounds
Gets or sets rectangular area available for printing.
ContentRegion
Gets or sets region available for printing.
ContinuePrint
Get or sets the content print result used for controlling print process by DocumentDesigner.
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.)
Graphics
Gets the Graphics used to paint the page.
MarginBounds
Gets the rectangular area that represents the portion of the page inside the margins.
PageBounds
Gets the rectangular area that represents the total area of the page.
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 the page settings for the current page.
PrintAction
Gets the type of print operation occurring.
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.)
Skipped
Gets or sets a value indicating whether the print job should be skipped.

See Also