isImageGrayScale Property (IsImageGrayscaleResponseParams)
Gets a value indicating whether the image is grayscale.
'Declaration
Public Property isImageGrayScale As Boolean
public bool isImageGrayScale { get; set; }
public: __property bool get_isImageGrayScale();
public: __property void set_isImageGrayScale(
bool
);
public:
property bool isImageGrayScale {
bool get();
void set(bool );
}
Property Value
True - image is grayscale image;
False - image is NOT grayscale image.
Default value is False.
Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5