LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

IsGray Property






Determines whether the image has a grayscale byte order. .NET support Silverlight support WinRT support
Syntax
public bool IsGray {get;}
'Declaration
 
Public ReadOnly Property IsGray As Boolean
'Usage
 
Dim instance As RasterImage
Dim value As Boolean
 
value = instance.IsGray
public bool IsGray {get;}
 get_IsGray(); 
public:
property bool IsGray {
   bool get();
}

Property Value

true if the image has a grayscale byte order; false, otherwise.
Remarks

This property is used internally by LEADTOOLS and checks if the image has a grayscale byte order.

To determine if the image data is grayscale, use the GrayscaleMode property.

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

RasterImage Class
RasterImage Members

 

 


Products | Support | Contact Us | Copyright Notices

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