crop_height property

crop_height property

Gets or sets the height of the resulting cropped image in XmpCameraRawPackage.crop_units units.

Definition:

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

See Also