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

ImagePrintDocument.Source Property

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

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
<BrowsableAttribute(False)> _
Public Property Source As Object
C#
[BrowsableAttribute(false)]
public Object Source { get; set; }

Property Value

This property supports the following sources:

Remarks

More flexible but less convenient way to specify an image or a list of images for printing is to handle QueryImage event.

See Also

Reference