Accusoft.PdfXpressSdk Namespace > TextFinder Class : GetTextMatch Method |
'Declaration Public Function GetTextMatch( _ ByVal textMatchOptions As TextMatchOptions _ ) As TextMatch
'Usage Dim instance As TextFinder Dim textMatchOptions As TextMatchOptions Dim value As TextMatch value = instance.GetTextMatch(textMatchOptions)
public TextMatch GetTextMatch( TextMatchOptions textMatchOptions )
public: TextMatch* GetTextMatch( TextMatchOptions* textMatchOptions )
public: TextMatch^ GetTextMatch( TextMatchOptions^ textMatchOptions )