Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

Save Property (CodecsGifOptions)








Gets the options for saving GIF images.
Syntax
public CodecsGifSaveOptions Save {get;}
'Declaration
 
Public ReadOnly Property Save As CodecsGifSaveOptions
'Usage
 
Dim instance As CodecsGifOptions
Dim value As CodecsGifSaveOptions
 
value = instance.Save
public CodecsGifSaveOptions Save {get;}
@property (nonatomic, strong, readonly) LTCodecsGifSaveOptions* save
public CodecsGifSaveOptions getSave()
 get_Save(); 
public:
property CodecsGifSaveOptions^ Save {
   CodecsGifSaveOptions^ get();
}

Property Value

The GIF save options.
Example
For an example, refer to CodecsGifOptions.
Requirements

Target Platforms

See Also

Reference

CodecsGifOptions Class
CodecsGifOptions Members
Implementing GIF Features

Error processing SSI file