LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

HasNoPalette Property






Determines if the image has no palette. .NET support WinRT support Silverlight support
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;}
 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsTiffImageInfo Class
CodecsTiffImageInfo Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.