Click or drag to resize
PoPrintCGMMonitorSetPrintCGMFilter Method

Sets editing filters defining which print CGM attributes will be displayed in 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 SetPrintCGMFilter(
	uint inclusionMask,
	uint exclusionMask
)

Parameters

inclusionMask
Type: SystemUInt32
exclusionMask
Type: SystemUInt32
Remarks

(By default inclusionMask = ALL_PRINT_CGM_MASK and exclusionMask = NO_PRINT_CGM_MASK).

See Also