Click or drag to resize
PoPrintMonitorSetAction Method

Replaces the old action with a new action and updates the dialog box.

Namespace: OIV.HardCopy.Editors
Assembly: OIV.HardCopy (in OIV.HardCopy.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void SetAction(
	SoVectorizeAction action,
	bool isDestroyed
)

Parameters

action
Type: OIV.HardCopySoVectorizeAction
isDestroyed
Type: SystemBoolean
Remarks

Be careful, if the application destroys the action, the dialog box will not work. If the application specifies isDestroyed true, the dialog box will destroy the action, otherwise the application has to destroy the action after the dialog box is destroyed.

See Also