1. GroupDocs.Signature
  2. /
  3. GroupDocs.Signature for Python via .NET
  4. /
  5. groupdocs.signature.domain
  6. /
  7. IRectangle class
  8. /
  9. location_measure_type property

location_measure_type property

location_measure_type property

Measure type (pixels, percents or millimeters) for Left and Top properties.

Definition:

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

See Also