Gets/sets the mode of image placement during printing.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
<BrowsableAttribute(True)> _ Public Property PlacementMode As PlacementMode
[BrowsableAttribute(true)] public PlacementMode PlacementMode { get; set; }
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).