VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / TextRenderingMethod Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    TextRenderingMethod Enumeration
    In This Topic
    Specifies available text rendering methods.
    Syntax
    'Declaration
    
    Public Enum TextRenderingMethod
       Inherits System.Enum
    
    
    public enum TextRenderingMethod : System.Enum
    
    
    __value public enum TextRenderingMethod : public System.Enum
    
    
    public enum class TextRenderingMethod : public System.Enum
    
    
    Members
    MemberDescription
    DrawStringThe renderer draws text using DrawString(DrawingEngine,String,IDrawingBrush,PointF) method.
    GraphicsPathThe renderer adds text to the graphics path using AddString(IGraphicsPath,String,PointF) method and renders the graphics path.
    InvisibleThe render adds invisible text.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Drawing.TextRenderingMethod

    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