resize_horizontally property

FieldIncludePicture.resize_horizontally property

Gets or sets whether to resize the picture horizontally from the source.

@property
def resize_horizontally(self) -> bool:
    ...

@resize_horizontally.setter
def resize_horizontally(self, value: bool):
    ...

See Also