The PrintProvider type exposes the following members.

Constructors

  NameDescription
Public methodPrintProvider
Initializes a new instance of the class.

Methods

  NameDescription
Public methodCallBeginPrintContent
Method for calling 'begin print content' functionality
Public methodCallBeginPrintDocument
Method for calling 'begin print document' functionality
Public methodCallBeginPrintPage
Method for calling 'begin print page' functionality
Public methodCallBeginPrintProvider
Method for calling 'begin print provider' functionality
Public methodCallEndPrintContent
Method for calling 'end print content' functionality
Public methodCallEndPrintDocument
Method for calling 'end print document' functionality
Public methodCallEndPrintPage
Method for calling 'end print page' functionality
Public methodCallEndPrintProvider
Method for calling 'end print provider' functionality
Public methodCallPrintContent
Method for calling 'print content' functionality
Public methodCallQueryPageSettings
Method for calling 'query page settings' functionality
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodDispose()()()() (Inherited from Component.)
Protected methodDispose(Boolean)
Disposes all the resources used by component.
(Inherited from PrintSuiteComponent.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Component.)
Public methodGetBeginFromNewPage
Sets default value of BeginFromNewPage property to true.
Public methodGetHashCode (Inherited from Object.)
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Protected methodGetService (Inherited from Component.)
Public methodGetType (Inherited from Object.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone()()()() (Inherited from Object.)
Protected methodMemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public methodOnBeginPrintContent
Base 'begin print content' functionality
Public methodOnBeginPrintDocument
Base 'begin print document' functionality
Public methodOnBeginPrintPage
Base 'begin print page' functionality
Public methodOnBeginPrintProvider
Base 'begin print provider' functionality
Public methodOnEndPrintContent
Base 'end print content' functionality
Public methodOnEndPrintDocument
Base 'end print document' functionality
Public methodOnEndPrintPage
Base 'end print page' functionality
Public methodOnEndPrintProvider
Base 'end print provider' functionality
Public methodOnPrintContent
Base 'print content' functionality
Public methodOnQueryPageSettings
Base 'quesry page settings' functionality
Public methodToString
Returns a String that represents the current Object.
(Overrides Component..::..ToString()()()().)

Properties

  NameDescription
Public propertyAbout
Shows version information and displays about box.
(Inherited from PrintSuiteComponent.)
Protected propertyCanRaiseEvents (Inherited from Component.)
Public propertyClip
Gets or sets clip mode for content printing.
Public propertyContainer (Inherited from Component.)
Protected propertyDesignMode (Inherited from Component.)
Protected propertyEvents (Inherited from Component.)
Public propertySite (Inherited from Component.)

Events

  NameDescription
Public eventBeginPrintContent
Occurs before new content printing.
Public eventBeginPrintDocument
Occurs before document printing.
Public eventBeginPrintPage
Occurs before page printing.
Public eventBeginPrintProvider
Occurs before new provider printing.
Public eventDisposed (Inherited from Component.)
Public eventEndPrintContent
Occurs after content has finished printing.
Public eventEndPrintDocument
Occurs after document was printed.
Public eventEndPrintPage
Occurs after page was printed.
Public eventEndPrintProvider
Occurs after provider has finished printing.
Public eventPrintContent
Occurs when content must be printed.
Public eventQueryPageSettings
Occurs before page printing when printer requests settings for new page.

See Also