Click or drag to resize

ElementSetClipWindingFill Method

Sets clipping path's fill rule.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetClipWindingFill(
	bool winding_rule
)

Parameters

winding_rule
Type: SystemBoolean
if winding_rule is true clipping should use non-zero winding rule, or false for even-odd rule.
See Also