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 Members
See Also  Properties  Methods 
Leadtools.Codecs Namespace : CodecsSaveOptions Class

The following tables list the members exposed by CodecsSaveOptions.

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

Public Methods

 NameDescription
public Method GetResolutionsGets the resolutions to save when saving multi-resolution files.  
public Method ResetIntializes this instance of CodecsSaveOptions to the default values.  
public Method SetResolutionsSets the resolutions to save when saving multi-resolution files.  
Top

See Also