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

IsBlank_4 Method (GdPictureImaging)

In This Topic
Syntax
'Declaration

 

Public Function IsBlank_4( _

   ByVal ImageID As Integer, _

   ByVal Confidence As Single, _

   ByVal AccountForMargins As Boolean, _

   ByRef ConfidenceOut As Single _

) As Boolean
public bool IsBlank_4( 

   int ImageID,

   float Confidence,

   bool AccountForMargins,

   ref float ConfidenceOut

)
public function IsBlank_4( 

    ImageID: Integer;

    Confidence: Single;

    AccountForMargins: Boolean;

   var  ConfidenceOut: Single

): Boolean; 
public function IsBlank_4( 

   ImageID : int,

   Confidence : float,

   AccountForMargins : boolean,

   ConfidenceOut : float

) : boolean;
public: bool IsBlank_4( 

   int ImageID,

   float Confidence,

   bool AccountForMargins,

   ref float ConfidenceOut

) 
public:

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.GdPictureImaging
GdPictureImaging Members