ClippingPathType

The type of clipping path to create.

Class

Read Only

Number NONE = 1852796517

No clipping path applied.


Read Only

Number DETECT_EDGES = 1685349735

The clipping path is based on pixel value threshold and tolerance.


Read Only

Number ALPHA_CHANNEL = 1634756707

The clipping path is based on an alpha channel defined for the graphic in a graphics application.


Read Only

Number PHOTOSHOP_PATH = 1886613620

The clipping path is defined for the graphic in Photoshop.


Read Only

Number USER_MODIFIED_PATH = 1970106484

(Read-only) The clipping path has been manually edited.

Was this helpful?