LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
CodecsSaveOptions Class Properties
See Also 
Leadtools.Codecs Namespace : CodecsSaveOptions Class


"

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

"

Public Properties

 NameDescription
public Property CommentsEnables or disables saving metadata comments during file save.  
public Property FixedPaletteEnables or disables saving the file using the LEAD fixed palette.  
public Property GeoKeysEnables or disables saving GeoKey metadata during file save.  
public Property GrayOutputEnables or disables saving a TIFF file as grayscale, without a palette.  
public Property InitAlphaIndicates whether or not to initialize the alpha channel when saving images as 32 or 64-bit.  
public Property MarkersEnables or disables saving metadata markers during file save.  
public Property MotorolaOrderEnables or disables saving the file as Motorola byte order when possible.  
public Property OptimizedPaletteEnables or disables saving the file using an optimized palette.  
public Property PasswordGets or sets the password used when saving encrypted files.  
public Property RetrieveDataFromImageGets or sets a value that indicate whether to automatically populate the scanline buffers in CodecsSaveImageEventArgs when using the RasterCodecs.SaveImage event.  
public Property TagsEnables or disables saving metadata tags during file save.  
public Property UseImageDitheringMethodGets or sets a value indicating whether to use the image RasterImage.DitheringMethod.  
Top

See Also