crop_units property

crop_units property

Gets or sets units for XmpCameraRawPackage.crop_width and XmpCameraRawPackage.crop_height.

Definition:

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

See Also