delete_pictures_cropped_areas property

delete_pictures_cropped_areas property

A boolean flag indicates if the cropped parts remain as part of the document. If true the cropped parts will removed, if false they will be serialized in the document (which can possible lead to a larger file) Read/write bool.

Definition:

@property
def delete_pictures_cropped_areas(self):
    ...

@delete_pictures_cropped_areas.setter
def delete_pictures_cropped_areas(self, value):
    ...

See Also