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


The following tables list the members exposed by CodecsThumbnailOptions.

Public Properties

 NameDescription
Public PropertyBackColor Gets or sets the background color to use if both ForceSize and MaintainAspectRatio are true.  
Public PropertyBitsPerPixel Gets or sets the desired thumbnail bits per pixel.  
Public Propertystatic (Shared in Visual Basic)Default Gets the default settings for CodecsThumbnailOptions.  
Public PropertyDitheringMethod Gets or sets the dithering method to use.  
Public PropertyForceSize Gets or sets a value which indicates whether the generated thumbnail should be forced to the requested size, even if MaintainAspectRatio is set to true.  
Public PropertyHeight Gets or sets the desired thumbnail height in pixels.  
Public PropertyLoadStamp Gets or sets a value which indicates whether or not to attempt to load stamps from file formats that support preview images.  
Public PropertyMaintainAspectRatio Gets or sets a value which indicates whether the aspect ratio of the image should be maintained when creating the thumbnail.  
Public PropertyOrder Gets or sets the desired color order for the thumbnail image.  
Public PropertyPaletteFlags Gets or sets the palette flags to use.  
Public PropertyResample Gets or sets a value whether or not to use interpolated resize when generating thumbnails.  
Public PropertyWidth Gets or sets the desired thumbnail width in pixels.  
Top

Public Methods

 NameDescription
Public MethodEquals (Inherited from System.ValueType)
Public MethodGetHashCode (Inherited from System.ValueType)
Public MethodToString (Inherited from System.ValueType)
Top

See Also