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

Show in webframe

NoPalette Property








Enables or disables saving a TIFF file as grayscale, without a palette.
Syntax
public bool NoPalette {get; set;}
'Declaration
 
Public Property NoPalette As Boolean
'Usage
 
Dim instance As CodecsTiffSaveOptions
Dim value As Boolean
 
instance.NoPalette = value
 
value = instance.NoPalette
public bool NoPalette {get; set;}
@property (nonatomic, assign) BOOL noPalette
public boolean getNoPalette()
public void setNoPalette(boolean value)
            
 <br/>get_NoPalette();<br/>set_NoPalette(value);<br/>Object.defineProperty('NoPalette'); 
public:
property bool NoPalette {
   bool get();
   void set (    bool value);
}

Property Value

true to save a TIFF file as grayscale, without a palette.
Example
For an example, refer to CodecsTiffOptions.
Requirements

Target Platforms

See Also

Reference

CodecsTiffSaveOptions Class
CodecsTiffSaveOptions Members

Error processing SSI file