ImageGear21.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFWordFinder Class : GetWord Method |
'Declaration Public Function GetWord( _ ByVal options As ImGearPDFContextFlags, _ ByVal index As Integer _ ) As ImGearPDFWord
'Usage Dim instance As ImGearPDFWordFinder Dim options As ImGearPDFContextFlags Dim index As Integer Dim value As ImGearPDFWord value = instance.GetWord(options, index)
public ImGearPDFWord GetWord( ImGearPDFContextFlags options, int index )
public: ImGearPDFWord* GetWord( ImGearPDFContextFlags options, int index )
public: ImGearPDFWord^ GetWord( ImGearPDFContextFlags options, int index )