The DocumentToProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DocumentToProvider |
Initializes a new instance of the class.
|
Methods
Name | Description | |
---|---|---|
![]() | CallBeginPrintContent |
Method for calling 'begin print content' functionality
(Inherited from PrintProvider.) |
![]() | CallBeginPrintDocument |
Method for calling 'begin print document' functionality
(Inherited from PrintProvider.) |
![]() | CallBeginPrintPage |
Method for calling 'begin print page' functionality
(Inherited from PrintProvider.) |
![]() | CallBeginPrintProvider |
Method for calling 'begin print provider' functionality
(Inherited from PrintProvider.) |
![]() | CallEndPrintContent |
Method for calling 'end print content' functionality
(Inherited from PrintProvider.) |
![]() | CallEndPrintDocument |
Method for calling 'end print document' functionality
(Inherited from PrintProvider.) |
![]() | CallEndPrintPage |
Method for calling 'end print page' functionality
(Inherited from PrintProvider.) |
![]() | CallEndPrintProvider |
Method for calling 'end print provider' functionality
(Inherited from PrintProvider.) |
![]() | CallPrintContent |
Method for calling 'print content' functionality
(Inherited from PrintProvider.) |
![]() | CallQueryPageSettings |
Method for calling 'query page settings' functionality
(Inherited from PrintProvider.) |
![]() | CreateObjRef | (Inherited from MarshalByRefObject.) |
![]() | Dispose | Overloaded. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Component.) |
![]() | GetBeginFromNewPage |
Sets default value of BeginFromNewPage property to true.
(Inherited from PrintProvider.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetLifetimeService | (Inherited from MarshalByRefObject.) |
![]() | GetService | (Inherited from Component.) |
![]() | GetType | (Inherited from Object.) |
![]() | InitializeLifetimeService | (Inherited from MarshalByRefObject.) |
![]() | MemberwiseClone | Overloaded. |
![]() | OnBeginPrintContent |
Base 'begin print content' functionality
(Inherited from PrintProvider.) |
![]() | OnBeginPrintDocument |
Base 'begin print document' functionality
(Inherited from PrintProvider.) |
![]() | OnBeginPrintPage |
Base 'begin print page' functionality
(Inherited from PrintProvider.) |
![]() | OnBeginPrintProvider |
Fires BeginPrint event of the associated PrintDocument
(Overrides PrintProvider..::.OnBeginPrintProvider(PrintNotificationEventArgs).) |
![]() | OnEndPrintContent |
Base 'end print content' functionality
(Inherited from PrintProvider.) |
![]() | OnEndPrintDocument |
Base 'end print document' functionality
(Inherited from PrintProvider.) |
![]() | OnEndPrintPage |
Base 'end print page' functionality
(Inherited from PrintProvider.) |
![]() | OnEndPrintProvider |
Fires EndPrint event of the associated PrintDocument
(Overrides PrintProvider..::.OnEndPrintProvider(PrintNotificationEventArgs).) |
![]() | OnPrintContent |
Fires PrintPage event of the associated PrintDocument
(Overrides PrintProvider..::.OnPrintContent(PrintContentEventArgs).) |
![]() | OnQueryPageSettings |
Fires QueeryPageSettings event of the associated PrintDocument
(Overrides PrintProvider..::.OnQueryPageSettings(QueryContentPageSettingsEventArgs).) |
![]() | ToString |
Returns a String that represents the current Object.
(Inherited from PrintProvider.) |
Properties
Name | Description | |
---|---|---|
![]() | About |
Shows version information and displays about box.
(Inherited from PrintSuiteComponent.) |
![]() | CanRaiseEvents | (Inherited from Component.) |
![]() | Clip |
Gets or sets clip mode for content printing.
(Inherited from PrintProvider.) |
![]() | Container | (Inherited from Component.) |
![]() | DesignMode | (Inherited from Component.) |
![]() | Events | (Inherited from Component.) |
![]() | PrintDocument |
Gets or sets the link to PrintDocument component.
|
![]() | Site | (Inherited from Component.) |
![]() | UseContentBounds |
Gets or sets a value indicating whether print job from PrintDocument must be printed within ContentBounds.
|
Events
Name | Description | |
---|---|---|
![]() | BeginPrintContent |
Occurs before new content printing.
(Inherited from PrintProvider.) |
![]() | BeginPrintDocument |
Occurs before document printing.
(Inherited from PrintProvider.) |
![]() | BeginPrintPage |
Occurs before page printing.
(Inherited from PrintProvider.) |
![]() | BeginPrintProvider |
Occurs before new provider printing.
(Inherited from PrintProvider.) |
![]() | Disposed | (Inherited from Component.) |
![]() | EndPrintContent |
Occurs after content has finished printing.
(Inherited from PrintProvider.) |
![]() | EndPrintDocument |
Occurs after document was printed.
(Inherited from PrintProvider.) |
![]() | EndPrintPage |
Occurs after page was printed.
(Inherited from PrintProvider.) |
![]() | EndPrintProvider |
Occurs after provider has finished printing.
(Inherited from PrintProvider.) |
![]() | PrintContent |
Occurs when content must be printed.
(Inherited from PrintProvider.) |
![]() | QueryPageSettings |
Occurs before page printing when printer requests settings for new page.
(Inherited from PrintProvider.) |