ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFWordFinder Class
Members




In This Topic
    ImGearPDFWordFinder Class
    In This Topic
    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