VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs Namespace / AvailableCodecs Class / InsertCodec(Int32,Codec) Method
Syntax Requirements SeeAlso
In This Topic
    InsertCodec(Int32,Codec) Method (AvailableCodecs)
    In This Topic
    Inserts the specified codec to the list of available codecs.
    Syntax
    'Declaration
    
    Public Shared Sub InsertCodec( _
    ByVal index
    Insert index.
    As System.Int32, _
    ByVal codec
    Codec to add.
    As Codec _
    )
    public static void InsertCodec(
    System.Int32 index,
    Codec codec
    )
    public: static void InsertCodec(
    System.Int32 index,
    Codec* codec
    )
    public:
    static void InsertCodec(
    System.Int32 index,
    Codec^ codec
    )

    Parameters

    index
    Insert index.
    codec
    Codec to add.
    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