The ProviderToDocument type exposes the following members.

Constructors

  NameDescription
ProviderToDocument

Methods

  NameDescription
CreateObjRef (Inherited from MarshalByRefObject.)
DisposeOverloaded.
Equals (Inherited from Object.)
Finalize (Inherited from Component.)
GetHashCode (Inherited from Object.)
GetLifetimeService (Inherited from MarshalByRefObject.)
GetService (Inherited from Component.)
GetType (Inherited from Object.)
InitializeLifetimeService (Inherited from MarshalByRefObject.)
MemberwiseCloneOverloaded.
OnBeginPrint
Calls 'begin print document' and 'begin print content' functionality of associated provider
(Overrides PrintDocument..::.OnBeginPrint(PrintEventArgs).)
OnEndPrint
Calls 'end print content' and 'end print document' functionality of associated provider
(Overrides PrintDocument..::.OnEndPrint(PrintEventArgs).)
OnPrintPage
Calls 'print content' functionality of associated provider
(Overrides PrintDocument..::.OnPrintPage(PrintPageEventArgs).)
OnQueryPageSettings
Calls 'query page settings' functionality of associated provider
(Overrides PrintDocument..::.OnQueryPageSettings(QueryPageSettingsEventArgs).)
Print (Inherited from PrintDocument.)
ToString (Inherited from PrintDocument.)

Properties

  NameDescription
About
Shows version information and displays about box.
CanRaiseEvents (Inherited from Component.)
Container (Inherited from Component.)
DefaultPageSettings (Inherited from PrintDocument.)
DesignMode (Inherited from Component.)
DocumentName (Inherited from PrintDocument.)
Events (Inherited from Component.)
OriginAtMargins (Inherited from PrintDocument.)
PrintController (Inherited from PrintDocument.)
PrinterSettings (Inherited from PrintDocument.)
PrintProvider
Gets or sets link to associated PrintProvider component
Site (Inherited from Component.)

Events

  NameDescription
BeginPrint (Inherited from PrintDocument.)
Disposed (Inherited from Component.)
EndPrint (Inherited from PrintDocument.)
PrintPage (Inherited from PrintDocument.)
QueryPageSettings (Inherited from PrintDocument.)

See Also