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

PrintPlaceholder Constructor (Bitmap, String, String, Point, Size)

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)

Syntax

Visual Basic
Public Sub New ( _
	image As Bitmap, _
	header As String, _
	footer As String, _
	location As Point, _
	size As Size _
)
C#
public PrintPlaceholder(
	Bitmap image,
	string header,
	string footer,
	Point location,
	Size size
)

Parameters

image

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.
header

Type: System.String

The header text for the placeholder. You can change it later using Header property.
footer

Type: System.String

The footer text for the placeholder. You can change it later using Footer property.
location

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.
size

Type: System.Drawing.Size

The dimensions of the placeholder. You can change it later using Size property.

See Also

Reference