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

PlacementMode Enumeration

Contains supported image placement modes at the page.

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

Syntax

Visual Basic
Public Enumeration PlacementMode
C#
public enum PlacementMode

Members

Member name Description
SingleImage

Single placeholder (image) is placed at the single page.

MultipleImages

Multiple placeholders are placed at the page automatically. To print more images at the single page it is recommended to set PlaceholderAutoRotate option to true.

Manual

The placeholder position is placed manually in the QueryImage event of the ImagePrintDocument class.

Auto

Multiple placeholders are placed at the page automatically. Unlike MultipleImages mode, a smarter algorithm is used which tries to save as much paper as possible.

See Also

Reference