LEADTOOLS Image File Support (Leadtools.Codecs assembly)

HasNoPalette Property

Show in webframe







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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.