VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Text Namespace / TextRegionRawFormatter Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    TextRegionRawFormatter Class
    In This Topic
    A text formatter that provides text content, which is extracted from page content, "as is".
    Object Model
    TextRegionRawFormatter
    Syntax
    'Declaration
    
    Public Class TextRegionRawFormatter
       Inherits TextRegionFormatter
    
    
    public class TextRegionRawFormatter : TextRegionFormatter
    
    
    public __gc class TextRegionRawFormatter : public TextRegionFormatter*
    
    
    public ref class TextRegionRawFormatter : public TextRegionFormatter^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Text.TextRegionFormatter
          Vintasoft.Imaging.Text.TextRegionRawFormatter

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also