ImageGear .NET - Updated
ImGearPDFWordFinder Class
Members 




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace : ImGearPDFWordFinder Class
Represents a word finder object that extracts words from a PDF file.
Object Model
ImGearPDFWordFinder ClassImGearPDFWordFinder ClassImGearPDFWord Class
Syntax
'Declaration
 
Public NotInheritable Class ImGearPDFWordFinder 
   Inherits ImGearPDFObject
'Usage
 
Dim instance As ImGearPDFWordFinder
public sealed class ImGearPDFWordFinder : ImGearPDFObject 
public __gc __sealed class ImGearPDFWordFinder : public ImGearPDFObject 
public ref class ImGearPDFWordFinder sealed : public ImGearPDFObject 
Remarks
This class allows to enumerate the words on a single page or on all pages in a document and extracts it.
Inheritance Hierarchy

System.Object
   ImageGear.Formats.PDF.ImGearPDFObject
      ImageGear.Formats.PDF.ImGearPDFWordFinder

See Also

Reference

ImGearPDFWordFinder Members
ImageGear.Formats.PDF Namespace
ImGearPDFImageFinder Class