LEADTOOLS (Leadtools assembly)

IsGray Property

Show in webframe







Determines whether the image has a grayscale byte order.
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;}
@property (nonatomic, readonly, assign) BOOL isGray;
public boolean isGray()
 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

See Also

Reference

RasterImage Class
RasterImage Members

 

 


Products | Support | Contact Us | Copyright Notices

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