Number
Number
ImageResolution
ImageResolution
Number
Get the ResolutionHeight
Kind: Instance method of ImageResolution
Returns: Number
- the KEY_RESOLUTION_HEIGHT value
Number
Get the ResolutionWidth
Kind: Instance method of ImageResolution
Returns: Number
- the KEY_RESOLUTION_WIDTH value
ImageResolution
Set the ResolutionHeight
Kind: Instance method of ImageResolution
Returns: ImageResolution
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
height | Number |
The image resolution height. - The desired ResolutionHeight. {'num_min_value': 1, 'num_max_value': 10000} |
ImageResolution
Set the ResolutionWidth
Kind: Instance method of ImageResolution
Returns: ImageResolution
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
width | Number |
The image resolution width. - The desired ResolutionWidth. {'num_min_value': 1, 'num_max_value': 10000} |