location_label property

location_label property

Gets or sets location label. Default value: “Location”. if this value is empty then no location label will appear on digital signature area.

Definition:

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

See Also