scale_crop property

scale_crop property

Gets or sets the ScaleCrop of the document.

Definition:

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

See Also