Click or drag to resize

ElementIsClipWindingFill Method

Checks if is clip winding fill.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public bool IsClipWindingFill()

Return Value

Type: Boolean
true if the current clip path is using non-zero winding rule, or false for even-odd rule.
See Also