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

PdfEncoderOptions.IsPrintingEnabled Property

Gets/sets a value that specifies whether PDF should be printed when the user opens it.

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

Syntax

Visual Basic
Public Property IsPrintingEnabled As Boolean
C#
public bool IsPrintingEnabled { get; set; }

Property Value

true if PDF should be printed when it is opened; otherwise, false.

See Also

Reference