stamp_type property

stamp_type property

Gets or sets stamp type. Value by default is Round.

Definition:

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

See Also