NumberNumberImageResolutionImageResolutionNumberGet the ResolutionHeight
Kind: Instance method of ImageResolution
Returns: Number - the KEY_RESOLUTION_HEIGHT value
NumberGet the ResolutionWidth
Kind: Instance method of ImageResolution
Returns: Number - the KEY_RESOLUTION_WIDTH value
ImageResolutionSet 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} |
ImageResolutionSet 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} |