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

PrintOptions.ImageFitMode Property

Gets/sets the value which specifies how to handle situations when the image is not fit at its placeholder at the page.

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

Syntax

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

Property Value

The value which specifies how to handle situations when the image is not fit at its placeholder at the page.

See Also

Reference