ImageGear .NET v25.2 - Updated
ImageGear.Web.Services Assembly / ImageGear.Web.TextSearch Namespace / TextDocument Class
Properties Methods


In This Topic
    TextDocument Class Members
    In This Topic

    The following tables list the members exposed by TextDocument.

    Public Constructors
     NameDescription
    Public ConstructorDefault Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyThe list of TextPages emitted  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Returns a TextDocument deserialized from a JSON file  
    Public Methodstatic (Shared in Visual Basic)Returns a TextDocument deserialized from a JSON stream  
    Public Methodstatic (Shared in Visual Basic)Returns a TextDocument deserialized from the provided string or null if deserialization fails.  
    Public MethodSerializes this TextDocument to a JSON file  
    Public MethodSerializes this TextDocument to a JSON MemoryStream  
    Public MethodSerializes this TextDocument to a string  
    Public MethodReturns a legible string representation of this TextDocument  
    Top
    See Also