ElementIsClippingPath Method |
Checks if is clipping path.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool IsClippingPath()
Public Function IsClippingPath As Boolean
public:
virtual bool IsClippingPath() sealed
function IsClippingPath();
Return Value
Type:
Boolean true if the current path element is a clipping path and should be added
to clipping path stack.
See Also