VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / AvailableEncoders Class / CreateEncoderByName(String) Method
Syntax Requirements SeeAlso
In This Topic
    CreateEncoderByName(String) Method (AvailableEncoders)
    In This Topic
    Returns the EncoderBase object that should be used for saving the image.
    Syntax
    'Declaration
    
    Public Shared Function CreateEncoderByName( _
    ByVal name
    The name of the encoder.
    As System.String _
    ) As EncoderBase
    public static EncoderBase CreateEncoderByName(
    System.String name
    )
    public: static EncoderBase* CreateEncoderByName(
    System.String name
    )
    public:
    static EncoderBase^ CreateEncoderByName(
    System.String name
    )

    Parameters

    name
    The name of the encoder.

    Return Value

    EncoderBase object if encoder for specified encoder name was found, null otherwise.
    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