PenMode

Applies to

Signature controls

Description

Specifies the drawing mode. Values are:

Usage


In a painter

StepsTo select a pen mode for the control:

  1. Select the value you want from the Pen Mode drop-down list on the General page of the control’s Properties view.


In scripts

The PenMode property takes an enumerated datatype. The following example sets the pen mode for the control to enable text selection:

sig_mine.PenMode = SigPenModeSelect!