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

PrintOptions.BorderEnabled Property

Gets/sets a value which enables a border around each placeholder.

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

Syntax

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

Property Value

true when the border around each placeholder should be printed, false otherwise.

Remarks

The width for this border can be specified with the BorderWidth property. Its color is set to BorderColor property.

See Also

Reference