Declaration
function IsBlank(): boolean;
Description
Return true if the image is
empty or contains only one color (e.g. all white or all black).
If ImageEnView1.IEBitmap.IsBlank() then
ShowMessage( 'There is no image content' );
See Also
◼IsEmpty
◼IsAllBlack
◼Full
◼SyncFull