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


The following tables list the members exposed by CodecsSaveOptions.

Public Properties

 NameDescription
Public PropertyComments Enables or disables saving metadata comments during file save.  
Public PropertyFixedPalette Enables or disables saving the file using the LEAD fixed palette.  
Public PropertyGeoKeys Enables or disables saving GeoKey metadata during file save.  
Public PropertyGrayOutput Enables or disables saving a TIFF file as grayscale, without a palette.  
Public PropertyInitAlpha Indicates whether or not to initialize the alpha channel when saving images as 32 or 64-bit.  
Public PropertyMarkers Enables or disables saving metadata markers during file save.  
Public PropertyMotorolaOrder Enables or disables saving the file as Motorola byte order when possible.  
Public PropertyOptimizedPalette Enables or disables saving the file using an optimized palette.  
Public PropertyPassword Gets or sets the password used when saving encrypted files.  
Public PropertyTags Enables or disables saving metadata tags during file save.  
Public PropertyUseImageDitheringMethod Gets or sets a value indicating whether to use the image RasterImage.DitheringMethod.  
Top

Public Methods

 NameDescription
Public MethodGetResolutions Gets the resolutions to save when saving multi-resolution files.  
Public MethodReset Intializes this instance of CodecsSaveOptions to the default values.  
Public MethodSetResolutions Sets the resolutions to save when saving multi-resolution files.  
Top

See Also