VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.ImageSharp.TextRendering Namespace / ImageSharpTextRenderingFactory Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    ImageSharpTextRenderingFactory Class
    In This Topic
    Provides the text rendering factory, which is based on SixLabors.ImageSharp library.
    Object Model
    TextRenderingFactory ImageSharpTextRenderingFactory
    Syntax
    'Declaration
    
    Public NotInheritable Class ImageSharpTextRenderingFactory
       Inherits Vintasoft.Barcode.TextRendering.TextRenderingFactory
    
    
    public sealed class ImageSharpTextRenderingFactory : Vintasoft.Barcode.TextRendering.TextRenderingFactory
    
    
    public __gc __sealed class ImageSharpTextRenderingFactory : public Vintasoft.Barcode.TextRendering.TextRenderingFactory*
    
    
    public ref class ImageSharpTextRenderingFactory sealed : public Vintasoft.Barcode.TextRendering.TextRenderingFactory^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Barcode.TextRendering.TextRenderingFactory
          Vintasoft.Barcode.ImageSharp.TextRendering.ImageSharpTextRenderingFactory

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6

    See Also