Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property GrayscaleMode As RasterGrayscaleMode |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RasterGrayscaleMode GrayscaleMode {get;} |
Managed Extensions for C++ | |
---|---|
public: __property RasterGrayscaleMode get_GrayscaleMode(); |
C++/CLI | |
---|---|
public: property RasterGrayscaleMode GrayscaleMode { RasterGrayscaleMode get(); } |
Return Value
A RasterGrayscaleMode enumeration member to determine if this RasterImage is a grayscale image.For an example, refer to GrayscaleCommand.
Use this property to determine if the data inside this RasterImage object is grayscale before calling methods and properties that rely on grayscale data.
For more information, refer to Grayscale Images.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family