Gets or sets an image resolution of the thumbnail.
public function getThumbnailResolution() {
}
public function setThumbnailResolution($value) {
}
Type: integer
The image resolution of the thumbnail (in DPI). If 0
value is specified, the original image resolution is used.
Default value is 0.
This property makes sense only if the Mode property has Thumbnail
value.