VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs Namespace / WsiCodecBase Class / WsiCodecBase Constructor(String,String[])
Syntax Requirements SeeAlso
In This Topic
    WsiCodecBase Constructor(String,String[])
    In This Topic
    Initializes a new instance of the WsiCodecBase 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 WsiCodecBase(
    System.String name,
    params System.String[] fileExtensions
    )
    protected: WsiCodecBase(
    System.String name,
    params System.String[]* fileExtensions
    )
    protected:
    WsiCodecBase(
    System.String name,
    ... array<System.String>^ fileExtensions
    )

    Parameters

    name
    Codec name.
    fileExtensions
    An array that contains the file extensions which are associated with codec.
    Requirements

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

    See Also