Creates and initializes new PrintPlaceholder class instance and initialize all its members.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Public Sub New ( _ image As Bitmap, _ header As String, _ footer As String, _ location As Point, _ size As Size _ )
Type: Aurigma.GraphicsMill.Bitmap
The Aurigma.GraphicsMill.Bitmap class instance containing the image which should be printed in this placeholder. You can change it later using Image property.Type: System.String
The header text for the placeholder. You can change it later using Header property.Type: System.String
The footer text for the placeholder. You can change it later using Footer property.Type: System.Drawing.Point
The location of the top left corner of the placeholder on the page. You can change it later using Location property.Type: System.Drawing.Size
The dimensions of the placeholder. You can change it later using Size property.