In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging / IsBlank_4 Method

IsBlank_4 Method (IGdPictureImaging)

In This Topic
Syntax
'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
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging
IGdPictureImaging Members