DS.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / BilevelBitmap Class / Clear Method / Clear(Boolean) Method
The value to fill the image (true is 1, false is 0).

In This Topic
Clear(Boolean) Method
In This Topic
Clears the BilevelBitmap with the specified value (true is 1, false is 0).
Syntax
'Declaration
 
Public Overloads Sub Clear( _
   ByVal value As System.Boolean _
) 
 

Parameters

value
The value to fill the image (true is 1, false is 0).
See Also