VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.ImageSharp Namespace / ImageSharpImageCodecs Class / AvailableEncoderNames Property
Syntax Requirements SeeAlso
In This Topic
AvailableEncoderNames Property (ImageSharpImageCodecs)
In This Topic
Gets the names of available encoders.
Syntax
'Declaration

Public Overrides ReadOnly Property AvailableEncoderNames As System.Collections.Generic.IEnumerable(Of String)

public override System.Collections.Generic.IEnumerable<string> AvailableEncoderNames { get; }

Requirements

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

See Also