VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs Namespace / Codec Class / Codec Constructor(String,String[])
Syntax Exceptions Requirements SeeAlso
In This Topic
    Codec Constructor(String,String[])
    In This Topic
    Initializes a new instance of the Codec class.
    Syntax
    'Declaration
    
    Protected Function New( _
    ByVal name
    Codec name.
    As System.String, _
    ByVal ParamArray fileExtensions
    An array that contains the file extensions which are associated with codec.
    () As System.String _
    )
    protected Codec(
    System.String name,
    params System.String[] fileExtensions
    )
    protected: Codec(
    System.String name,
    params System.String[]* fileExtensions
    )
    protected:
    Codec(
    System.String name,
    ... array<System.String>^ fileExtensions
    )

    Parameters

    name
    Codec name.
    fileExtensions
    An array that contains the file extensions which are associated with codec.
    Exceptions
    ExceptionDescription
    Thrown if name or fileExtensions is null.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also