The PrintContentEventArgs type exposes the following members.

Constructors

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 propertyCancel
Gets or sets a value indicating whether the print job should be canceled.
Public propertyContentBounds
Gets or sets rectangular area available for printing.
Public propertyContentRegion
Gets or sets region available for printing.
Public propertyContinuePrint
Get or sets the content print result used for controlling print process by DocumentDesigner.
Public propertyDocumentContent
Gets the zero-based index of current content within the document.
(Inherited from PrintNotificationEventArgs.)
Public propertyDocumentPage
Gets the zero-based index of current page within the document.
(Inherited from PrintNotificationEventArgs.)
Public propertyDocumentProvider
Gets the zero-based index of current provider within the document.
(Inherited from PrintNotificationEventArgs.)
Public propertyDocumentSection
Gets the zero-based index of current section within the document.
(Inherited from PrintNotificationEventArgs.)
Public propertyGraphics
Gets the Graphics used to paint the page.
Public propertyMarginBounds
Gets the rectangular area that represents the portion of the page inside the margins.
Public propertyPageBounds
Gets the rectangular area that represents the total area of the page.
Public propertyPageContent
Gets the zero-based index of current content within current page.
(Inherited from PrintNotificationEventArgs.)
Public propertyPageProvider
Gets the zero-based index of current provider within current page.
(Inherited from PrintNotificationEventArgs.)
Public propertyPageSettings
Gets the page settings for the current page.
Public propertyPrintAction
Gets the type of print operation occurring.
Public propertyProviderContent
Gets the zero-based index of current content within current provider.
(Inherited from PrintNotificationEventArgs.)
Public propertyProviderPage
Gets the zero-based index of current page within current provider.
(Inherited from PrintNotificationEventArgs.)
Public propertySectionContent
Gets the zero-based index of current content within current section.
(Inherited from PrintNotificationEventArgs.)
Public propertySectionPage
Gets the zero-based index of current page within current section.
(Inherited from PrintNotificationEventArgs.)
Public propertySectionProvider
Gets the zero-based index of current provider within current section.
(Inherited from PrintNotificationEventArgs.)
Public propertySkipped
Gets or sets a value indicating whether the print job should be skipped.

See Also