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

PrintOptions.ImageAutoRotate Property

Gets/sets the value which allows the control to analyze the orientation of the image and automatically rotate it if necessary.

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

Syntax

Visual Basic
<BrowsableAttribute(True)> _
Public Property ImageAutoRotate As Boolean
C#
[BrowsableAttribute(true)]
public bool ImageAutoRotate { 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