VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / FormattedText Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    FormattedText Class
    In This Topic
    Represents information about the formatted text.
    Object Model
    FormattedText
    Syntax
    'Declaration
    
    Public Class FormattedText
    
    
    public class FormattedText
    
    
    public __gc class FormattedText
    
    
    public ref class FormattedText
    
    
    Remarks

    Please call the SetAsReadOnly method if you want to get the best rendering performance when you reuse this class. The call of the SetAsReadOnly method will prevent properties from changing, but will provide the best rendering speed.

    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Drawing.FormattedText

    Requirements

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

    See Also