ImageGear .NET v25.2 - Updated
ImageGear.Web.ImageDataProcessor Assembly / ImageGear.Web.TextSearch Namespace / TextErrorPage Class / ToString Method




In This Topic
    ToString Method (TextErrorPage)
    In This Topic
    Prints the contents of the TextPage in a legible format for writing out to file
    Syntax
    'Declaration
     
    Public Overrides Function ToString() As String
    'Usage
     
    Dim instance As TextErrorPage
    Dim value As String
     
    value = instance.ToString()
    public override string ToString()
    public: string* ToString(); override 
    public:
    String^ ToString(); override 
    See Also