'DeclarationPublic Overloads Function SearchTextRegex( _ ByVal Pattern As String, _ ByVal Occurrence As Integer, _ ByVal CaseSensitive As Boolean, _ ByVal MatchOnlyBoundingBoxes As Boolean, _ ByRef BoundingBoxes As IEnumerable(Of RectangleF) _ ) As Boolean
public bool SearchTextRegex( string Pattern, int Occurrence, bool CaseSensitive, bool MatchOnlyBoundingBoxes, out IEnumerable<RectangleF> BoundingBoxes )
public function SearchTextRegex( Pattern: String; Occurrence: Integer; CaseSensitive: Boolean; MatchOnlyBoundingBoxes: Boolean; Out BoundingBoxes: IEnumerable ): Boolean;
public function SearchTextRegex( Pattern : String, Occurrence : int, CaseSensitive : boolean, MatchOnlyBoundingBoxes : boolean, BoundingBoxes : IEnumerable ) : boolean;
public: bool SearchTextRegex( string* Pattern, int Occurrence, bool CaseSensitive, bool MatchOnlyBoundingBoxes, [PARAMFLAG::Out] IEnumerable<RectangleF>* BoundingBoxes )
public: bool SearchTextRegex( String^ Pattern, int Occurrence, bool CaseSensitive, bool MatchOnlyBoundingBoxes, [Out] IEnumerable<RectangleF>^ BoundingBoxes )
Parameters
- Pattern
- Occurrence
- CaseSensitive
- MatchOnlyBoundingBoxes
- BoundingBoxes
