ImageIO.CGImageThumbnailOptions: Property Members

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

Public Properties

CreateThumbnailFromImageAlwaysbool. Forces a thumbnail to be created, even if the source image has one.
CreateThumbnailFromImageIfAbsentbool. Determines whether to create a thumbnail if one is not found on the image source.
CreateThumbnailWithTransformbool. Determines if the created thumbnail should be rotated and scaled to match the full image.
MaxPixelSizeNullable<int>. Maximum width and height allowed for a thumbnail (in pixels).