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

PrintOptions.PlaceholderAutoRotate Property

Gets/sets the value which enables to optimize paper usage by rotating the placeholder when it .

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

Syntax

Visual Basic
<BrowsableAttribute(True)> _
Public Property PlaceholderAutoRotate As Boolean
C#
[BrowsableAttribute(true)]
public bool PlaceholderAutoRotate { get; set; }

Property Value

When it is true, the control automatically rotate the image if its orientation is not the same as an orientation of the placeholder. Otherwise the orientation of the original image is always preserved.

See Also

Reference