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

PrintPlaceholder.Location Property

Gets/sets the location of the top left corner of the placeholder on the page.

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

Syntax

Visual Basic
Public Property Location As Point
C#
public Point Location { get; set; }

Property Value

The location of the top left corner of the placeholder on the page.

Remarks

Measured in 1/100 of inches.

See Also

Reference