max_available_height property

max_available_height property

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

Definition:

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

See Also