VintaSoft Barcode .NET SDK 16.0: 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

Inheritance Hierarchy

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

Requirements

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

See Also