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


The following tables list the members exposed by ImageOptimizerOptions.

Public Properties

 NameDescription
Public Propertystatic (Shared in Visual Basic)Default Gets the default optimization options used by LEADTOOLS for optimizing an image.  
Public PropertyDistance Gets or sets a value that represents the distance between image colors to be reduced in the image optimization operation.  
Public PropertyJpegColorSpace Gets or sets the value that represents the color space to be used in the image optimization operation.  
Public PropertyJpegQualityFactor Gets or sets a value that represents the quality factor to be used when optimizing an image.  
Public PropertyPercent Gets or sets the value that represents the percent redundancy to be used in the image optimization operation.  
Public PropertyPickSamePalette Gets or sets a value that indicates whether to generate a unique global palette for all GIF frames or generate a separate palette for each frame.  
Public PropertyPngQualityFactor Gets or sets the value that represents the quality factor to be used in the image optimization operation.  
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