Aurigma Graphics Mill 5.5 for .NET
PrintPlaceholder Class
This class incapsulates the single item printed in the ImagePrintDocument class.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Syntax
Visual Basic
Public Class PrintPlaceholder
C#
public class PrintPlaceholder
Remarks
The placeholder (printed item) is defined by the following elements:
- An image which should be printed. It is specified with the Image property.
- A header text. It is specified with the Header property.
- A footer text. It is specified with the Footer property.
When you place the placeholder manually, you can define its position using Location property. Also, you can set the dimensions of the placeholder using the Size property. If the image has the different size, it will be resized or cropped depending on the ImageFitMode property of the PrintOptions used by the ImagePrintDocument which prints this item.
Inheritance Hierarchy
System..::.Object
L
Aurigma.GraphicsMill.WinControls..::.PrintPlaceholder
Thread Safety
Static members of this type are safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.


