This documentation is for the old version. Go to the latest Graphics Mill docs

ImagePrintDocument Members

The ImagePrintDocument type exposes the following members.

Constructors

Name Description
Public method ImagePrintDocument

Creates and initializes new ImagePrintDocument class instance.

Methods

Name Description
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method Dispose Overloaded.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Component.)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Protected method GetService (Inherited from Component.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected method MemberwiseClone Overloaded.
Protected method OnPrintPage (Overrides PrintDocument.OnPrintPage(PrintPageEventArgs).)
Protected method OnQueryPageSettings (Inherited from PrintDocument.)
Public method Print (Inherited from PrintDocument.)
Public method ToString (Inherited from PrintDocument.)

Properties

Name Description
Protected property CanRaiseEvents (Inherited from Component.)
Public property Container (Inherited from Component.)
Public property DefaultPageSettings (Inherited from PrintDocument.)
Protected property DesignMode (Inherited from Component.)
Public property DocumentName (Inherited from PrintDocument.)
Protected property Events (Inherited from Component.)
Public property OriginAtMargins (Inherited from PrintDocument.)
Public property PlacementMode

Gets/sets the mode of image placement during printing.

Public property PrintController (Inherited from PrintDocument.)
Public property PrinterSettings (Inherited from PrintDocument.)
Public property PrintOptions

Gets/sets the object which specifies print settings.

Public property Site (Inherited from Component.)
Public property Source

Gets/sets the source where the document obtains the data to print.

Events

Name Description
Public event BeforePrintPage

Fires before the control starts printing images at the page.

Public event BeginPrint (Inherited from PrintDocument.)
Public event Disposed (Inherited from Component.)
Public event EndPrint (Inherited from PrintDocument.)
Public event PrintPage (Inherited from PrintDocument.)
Public event QueryImage

Fires when the image is requested to be printed.

Public event QueryPageSettings (Inherited from PrintDocument.)

See Also

Reference