has_crop property

has_crop property

Gets or sets the HasCrop value. When true, the image has a cropping rectangle.

Definition:

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

See Also