ThumbnailImageFormat Enumeration |
Specifies thumbnail image formats.
Namespace: DigitalOfficePro.Html5PointSdkAssembly: DigitalOfficePro.Html5PointSdk (in DigitalOfficePro.Html5PointSdk.dll) Version: 1.3.8.2 (1.3.8.2)
Syntax public enum ThumbnailImageFormat
Public Enumeration ThumbnailImageFormat
public enum class ThumbnailImageFormat
Members
| Member name | Value | Description |
---|
| Png | 1 |
Image format png.
|
| Jpg | 2 |
Image format jpg.
|
| WebP | 3 |
Image format webP, for future use.
|
| BothWebPAndPng | 4 |
Image formats webP and png, for future use.
|
| BothWebPAndJpg | 5 |
Image formats webP and jpg, for future use.
|
See Also