'Declaration
Public Overloads Function IsBlank( _ ByVal ImageID As Integer, _ ByVal Confidence As Single _ ) As Boolean
public bool IsBlank( int ImageID, float Confidence )
public function IsBlank( ImageID: Integer; Confidence: Single ): Boolean;
public function IsBlank( ImageID : int, Confidence : float ) : boolean;
public: bool IsBlank( int ImageID, float Confidence )
public: bool IsBlank( int ImageID, float Confidence )
Parameters
- ImageID
- GdPicture image identifier.
- Confidence
- Confidence threshold in the range [0 - 100]. Suggested value is 99.5.
Return Value
True if it is a blank image, else False.