max_content_size property

max_content_size property

For non zero value this flag specifies maximum size of images for search criteria. By default this flag is set to zero and does not affect search result.

Definition:

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

See Also