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

ImagePrintDocument.PlacementMode Property

Gets/sets the mode of image placement during printing.

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

Syntax

Visual Basic
<BrowsableAttribute(True)> _
Public Property PlacementMode As PlacementMode
C#
[BrowsableAttribute(true)]
public PlacementMode PlacementMode { get; set; }

Property Value

The mode of image placement during printing.

Remarks

If you set Manual mode, you should handle QueryImage event and provide your own image position. Otherwise all images will be printed at the same position and at the same page (therefore each next image will overlay the previous one).

See Also

Reference