VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode Namespace / ImageSharpAssembly Class / Init Methods / Init(Boolean) Method
Syntax Requirements SeeAlso
In This Topic
    Init(Boolean) Method (ImageSharpAssembly)
    In This Topic
    Initializes Vintasoft.Barcode.ImageSharp assembly.
    Syntax
    'Declaration
    
    Public Overloads Shared Sub Init( _
    ByVal useEmbeddedImageCodecsAsPrimary
    A value indicating whether image codecs from Vintasoft.Barcode.dll (embedded codecs) must be used as primary image codecs.
    As Boolean _
    )
    public: static void Init(
    bool useEmbeddedImageCodecsAsPrimary
    )

    Parameters

    useEmbeddedImageCodecsAsPrimary
    A value indicating whether image codecs from Vintasoft.Barcode.dll (embedded codecs) must be used as primary image codecs.
    Requirements

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

    See Also