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

Parameters

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

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

See Also