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

Show in webframe

HasNoPalette Property








Determines if the image has no palette.
Syntax
public bool HasNoPalette {get;}
'Declaration
 
Public ReadOnly Property HasNoPalette As Boolean
'Usage
 
Dim instance As CodecsTiffImageInfo
Dim value As Boolean
 
value = instance.HasNoPalette
public bool HasNoPalette {get;}
@property (nonatomic, assign, readonly) BOOL hasNoPalette
public boolean hasNoPalette()
 get_HasNoPalette(); 
public:
property bool HasNoPalette {
   bool get();
}

Property Value

true if the image is saved without a palette, false if the image is saved with a palette.
Example
For an example, refer to CodecsImageInfo.
Requirements

Target Platforms

See Also

Reference

CodecsTiffImageInfo Class
CodecsTiffImageInfo Members

Error processing SSI file