Skip to main content
Version: API v2 Preview

ShapeType

Kind: enum
Module/package: models
SDK: pdfdancer-client-python 2.0.0

Defines the geometric shape type used for position specification.

Declaration

ShapeType(*values)

Members

CIRCLE

CIRCLE = 'CIRCLE'

LINE

LINE = 'LINE'

POINT

POINT = 'POINT'

RECT

RECT = 'RECT'

View source at af2a1171a1b9