PrintDocument Members
Public Constructors
PrintDocument Constructor | Initializes a new instance of the PrintDocument class. |
Public Properties
Container (inherited from Component) | Gets the IContainer that contains the Component. |
DefaultPageSettings | Gets or sets page settings that are used as defaults for all pages to be printed. |
DocumentName | Gets or sets the document name to display (for example, in a print status dialog box or printer queue) while printing the document. |
OriginAtMargins | Gets or sets a value indicating whether the position of a graphics object associated with a page is located just inside the user-specified margins or at the top-left corner of the printable area of the page. |
PrintController | Gets or sets the print controller that guides the printing process. |
PrinterSettings | Gets or sets the printer that prints the document. |
Site (inherited from Component) | Gets or sets the ISite of the Component. |
Public Methods
CreateObjRef (inherited from MarshalByRefObject) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
Dispose (inherited from Component) | Overloaded. Releases the resources used by the Component. |
Equals (inherited from Object) | Overloaded. Determines whether two Object instances are equal. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetLifetimeService (inherited from MarshalByRefObject) | Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetType (inherited from Object) | Gets the Type of the current instance. |
InitializeLifetimeService (inherited from MarshalByRefObject) | Obtains a lifetime service object to control the lifetime policy for this instance. |
Print | Starts the document's printing process. |
ToString | Overridden. See Object.ToString. |
Public Events
BeginPrint | Occurs when the Print method is called and before the first page of the document prints. |
Disposed (inherited from Component) | Adds an event handler to listen to the Disposed event on the component. |
EndPrint | Occurs when the last page of the document has printed. |
PrintPage | Occurs when the output to print for the current page is needed. |
QueryPageSettings | Occurs immediately before each PrintPage event. |
Protected Properties
DesignMode (inherited from Component) | Gets a value that indicates whether the Component is currently in design mode. |
Events (inherited from Component) | Gets the list of event handlers that are attached to this Component. |
Protected Methods
Dispose (inherited from Component) | Overloaded. Releases the resources used by the Component. |
Finalize (inherited from Component) | Overridden. Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
GetService (inherited from Component) | Returns an object that represents a service provided by the Component or by its Container. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
OnBeginPrint | Raises the BeginPrint event. It is called after the Print method is called and before the first page of the document prints. |
OnEndPrint | Raises the EndPrint event. It is called when the last page of the document has printed. |
OnPrintPage | Raises the PrintPage event. It is called before a page prints. |
OnQueryPageSettings | Raises the QueryPageSettings event. It is called immediately before each PrintPage event. |




