shape_type property

shape_type property

Gets or sets the type of shape to put text. This property could be used only with SignatureImplementation = TextStamp. Value by default is Rectangle.

Definition:

@property
def shape_type(self):
    ...
@shape_type.setter
def shape_type(self, value):
    ...

See Also