ImageGear .NET v25.2 - Updated
ImageGear.Web.ImageDataProcessor Assembly / ImageGear.Web.TextSearch Namespace / TextPage Class
Members




In This Topic
    TextPage Class
    In This Topic
    Object representation of the JSON emitted by PrizmDoc for a single TextPage. Inclues page number, dimensions, string of page text, and bounding boxes for each character.
    Object Model
    TextPage Class
    Syntax
    'Declaration
     
    <DataContractAttribute()>
    <KnownTypeAttribute(ImageGear.Web.TextSearch.TextMarkup)>
    Public Class TextPage 
       Inherits TextPageBase
    'Usage
     
    Dim instance As TextPage
    [DataContract()]
    [KnownType(ImageGear.Web.TextSearch.TextMarkup)]
    public class TextPage : TextPageBase 
    [DataContract()]
    [KnownType(ImageGear.Web.TextSearch.TextMarkup)]
    public __gc class TextPage : public TextPageBase 
    [DataContract()]
    [KnownType(ImageGear.Web.TextSearch.TextMarkup)]
    public ref class TextPage : public TextPageBase 
    Inheritance Hierarchy

    System.Object
       ImageGear.Web.TextSearch.TextPageBase
          ImageGear.Web.TextSearch.TextPage

    See Also