'Declaration
<DispIdAttribute(481)> Function IsBlank_4( _ ByVal ImageID As Integer, _ ByVal Confidence As Single, _ ByVal AccountForMargins As Boolean, _ ByRef ConfidenceOut As Single _ ) As Boolean
[DispId(481)] bool IsBlank_4( int ImageID, float Confidence, bool AccountForMargins, ref float ConfidenceOut )
function IsBlank_4( ImageID: Integer; Confidence: Single; AccountForMargins: Boolean; var ConfidenceOut: Single ): Boolean;
DispIdAttribute(481) function IsBlank_4( ImageID : int, Confidence : float, AccountForMargins : boolean, ConfidenceOut : float ) : boolean;
[DispId(481)] bool IsBlank_4( int ImageID, float Confidence, bool AccountForMargins, ref float ConfidenceOut )
[DispId(481)] bool IsBlank_4( int ImageID, float Confidence, bool AccountForMargins, float% ConfidenceOut )
Parameters
- ImageID
- Confidence
- AccountForMargins
- ConfidenceOut