ImageIO.CGImageThumbnailOptions Members

The members of ImageIO.CGImageThumbnailOptions are listed below.

See Also: Inherited members from ImageIO.CGImageOptions

Public Constructors

Default constructor.

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).