The PrintProvider type exposes the following members.

Constructors

  NameDescription
PrintProvider
Initializes a new instance of the class.

Methods

  NameDescription
CallBeginPrintContent
Method for calling 'begin print content' functionality
CallBeginPrintDocument
Method for calling 'begin print document' functionality
CallBeginPrintPage
Method for calling 'begin print page' functionality
CallBeginPrintProvider
Method for calling 'begin print provider' functionality
CallEndPrintContent
Method for calling 'end print content' functionality
CallEndPrintDocument
Method for calling 'end print document' functionality
CallEndPrintPage
Method for calling 'end print page' functionality
CallEndPrintProvider
Method for calling 'end print provider' functionality
CallPrintContent
Method for calling 'print content' functionality
CallQueryPageSettings
Method for calling 'query page settings' functionality
CreateObjRef (Inherited from MarshalByRefObject.)
DisposeOverloaded.
Equals (Inherited from Object.)
Finalize (Inherited from Component.)
GetBeginFromNewPage
Sets default value of BeginFromNewPage property to true.
GetHashCode (Inherited from Object.)
GetLifetimeService (Inherited from MarshalByRefObject.)
GetService (Inherited from Component.)
GetType (Inherited from Object.)
InitializeLifetimeService (Inherited from MarshalByRefObject.)
MemberwiseCloneOverloaded.
OnBeginPrintContent
Base 'begin print content' functionality
OnBeginPrintDocument
Base 'begin print document' functionality
OnBeginPrintPage
Base 'begin print page' functionality
OnBeginPrintProvider
Base 'begin print provider' functionality
OnEndPrintContent
Base 'end print content' functionality
OnEndPrintDocument
Base 'end print document' functionality
OnEndPrintPage
Base 'end print page' functionality
OnEndPrintProvider
Base 'end print provider' functionality
OnPrintContent
Base 'print content' functionality
OnQueryPageSettings
Base 'quesry page settings' functionality
ToString
Returns a String that represents the current Object.
(Overrides Component..::.ToString()()().)

Properties

  NameDescription
About
Shows version information and displays about box.
(Inherited from PrintSuiteComponent.)
CanRaiseEvents (Inherited from Component.)
Clip
Gets or sets clip mode for content printing.
Container (Inherited from Component.)
DesignMode (Inherited from Component.)
Events (Inherited from Component.)
Site (Inherited from Component.)

Events

  NameDescription
BeginPrintContent
Occurs before new content printing.
BeginPrintDocument
Occurs before document printing.
BeginPrintPage
Occurs before page printing.
BeginPrintProvider
Occurs before new provider printing.
Disposed (Inherited from Component.)
EndPrintContent
Occurs after content has finished printing.
EndPrintDocument
Occurs after document was printed.
EndPrintPage
Occurs after page was printed.
EndPrintProvider
Occurs after provider has finished printing.
PrintContent
Occurs when content must be printed.
QueryPageSettings
Occurs before page printing when printer requests settings for new page.

See Also