Return true if the image is empty or contains only one color (e.g. all white or all black).

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool isBlank()
Public Function isBlank As Boolean
public:
bool isBlank()

Return Value

Return true if the image is empty or contains only one color (e.g. all white or all black).

See Also