The properties of ImageIO.CGImageThumbnailOptions are listed below. For a list of all members, see the CGImageThumbnailOptions Members list.
See Also: Inherited members from ImageIO.CGImageOptions
| 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). |