VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Text Namespace / TextRegion Class / Formatter Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    Formatter Property (TextRegion)
    In This Topic
    Gets or sets the formatter that is used for formatting the text content of this region.
    Syntax
    'Declaration
    
    Public Property Formatter As TextRegionFormatter
    
    
    public TextRegionFormatter Formatter { get; set; }
    
    
    public: __property TextRegionFormatter* get_Formatter();
    public: __property void set_Formatter(
    TextRegionFormatter* value
    );
    public:
    property TextRegionFormatter^ Formatter { TextRegionFormatter^ get(); void set(TextRegionFormatter^ value); }
    Exceptions
    ExceptionDescription
    Thrown if value is null.
    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