Gets a value indicating whether this instance is color.
Namespace: Aspose.Imaging.FileFormats.DjvuAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic bool IsColor { get; }
Public ReadOnly Property IsColor As Boolean
Get
public:
property bool IsColor {
bool get ();
}
member IsColor : bool with get
Property Value
Type:
Booleantrue if this instance is color; otherwise,
false.
See Also