Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
CodecsThumbnailOptions Structure Properties
See Also 
Leadtools.Codecs Namespace : CodecsThumbnailOptions Structure


For a list of all members of this type, see CodecsThumbnailOptions members.

Public Properties

 NameDescription
Public Property BackColor Gets or sets the background color to use if both ForceSize and MaintainAspectRatio are true.  
Public Property BitsPerPixel Gets or sets the desired thumbnail bits per pixel.  
Public Propertystatic (Shared in Visual Basic) Default Gets the default settings for CodecsThumbnailOptions.  
Public Property DitheringMethod Gets or sets the dithering method to use when creating thumbnails.  
Public Property ForceSize Gets or sets a value indicating whether the generated thumbnail should be forced to the requested size.  
Public Property Height Gets or sets the desired thumbnail height.  
Public Property LoadStamp Gets or sets a value which indicates whether to attempt to load stamps from file formats that support preview images.  
Public Property MaintainAspectRatio Gets or sets a value which indicates whether the aspect ratio of the image should be maintained when creating thumbnail images.  
Public Property Order Gets or sets the desired color order for the thumbnail image.  
Public Property PaletteFlags Gets or sets the palette flags to use when creating thumbnail images.  
Public Property Resample Gets or sets a value indicating whether to use interpolated resize when generating thumbnails.  
Public Property Width Gets or sets the desired thumbnail width.  
Top

See Also