CreateEncoderByName(String) Method (AvailableEncoders)
Returns the
EncoderBase object that should be used for saving the image.
'Declaration
Public Shared Function CreateEncoderByName( _
ByVal As System.String _
) As EncoderBase
public static EncoderBase CreateEncoderByName(
System.String
)
public: static EncoderBase* CreateEncoderByName(
System.String
)
public:
static EncoderBase^ CreateEncoderByName(
System.String
)
Parameters
- name
- The name of the encoder.
Return Value
EncoderBase object if encoder for specified encoder name was found,
null otherwise.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5