max_available_width property

max_available_width property

Gets or sets the the maximum available width in pixels of the original photo from which this photo has been derived by downsizing.

Definition:

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

See Also