crop_bottom property

crop_bottom property

Gets or sets the CropBottom setting. When HasCrop is true, bottom of the crop rectangle.

Definition:

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

See Also