VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Text Namespace / TextRegionParagraphFormatter Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    TextRegionParagraphFormatter Class
    In This Topic
    A text formatter that provides a text, which is extracted from a document, as text separated by paragraphs.
    Object Model
    TextRegionParagraphFormatter
    Syntax
    'Declaration
    
    Public Class TextRegionParagraphFormatter
       Inherits TextRegionLinesFormatter
    
    
    public class TextRegionParagraphFormatter : TextRegionLinesFormatter
    
    
    public __gc class TextRegionParagraphFormatter : public TextRegionLinesFormatter*
    
    
    public ref class TextRegionParagraphFormatter : public TextRegionLinesFormatter^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Text.TextRegionFormatter
          Vintasoft.Imaging.Text.TextRegionLinesFormatter
             Vintasoft.Imaging.Text.TextRegionParagraphFormatter

    Requirements

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

    See Also