The members of ImageIO.CGImageThumbnailOptions are listed below.
See Also: Inherited members from ImageIO.CGImageOptions
| Default constructor. |
| CreateThumbnailFromImageAlways | bool. Forces a thumbnail to be created, even if the source image has one. | |
| CreateThumbnailFromImageIfAbsent | bool. Determines whether to create a thumbnail if one is not found on the image source. | |
| CreateThumbnailWithTransform | bool. Determines if the created thumbnail should be rotated and scaled to match the full image. | |
| MaxPixelSize | Nullable<int>. Maximum width and height allowed for a thumbnail (in pixels). |