PenParametersSetOffsetCorrectionEnabled Method |
Sets whether or not offset correction is enabled.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public void SetOffsetCorrectionEnabled(
bool offsetCorrectionEnabled
)
Public Sub SetOffsetCorrectionEnabled (
offsetCorrectionEnabled As Boolean
)
public:
void SetOffsetCorrectionEnabled(
bool offsetCorrectionEnabled
)
member SetOffsetCorrectionEnabled :
offsetCorrectionEnabled : bool -> unit
Parameters
- offsetCorrectionEnabled
- Type: SystemBoolean
Offset Correction Enabled
See Also