Skip to main content
Version: API v3

ShapeType

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

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