Returns whether the specified Pen is a real time or historical Pen.
Syntax
object.PenType
Properties
The PenType property syntax has this part:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
Return Values
The PenType property return values are:
Constant |
Value |
Description |
Realtime |
0 |
Real time pen. |
Historical |
1 |
Dash. |
Remarks
Pens is a read-only property of type enumHTRModes.