Contains supported image placement modes at the page.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Public Enumeration PlacementMode
public enum PlacementMode
| 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. |