VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs Namespace / Codec Class / CreateStandardCodec(String) Method
Syntax Requirements SeeAlso
In This Topic
CreateStandardCodec(String) Method (Codec)
In This Topic
Creates a standard codec by name.
Syntax
'Declaration

Public Shared Function CreateStandardCodec( _
ByVal name
Name of standard codec. Names of standard codecs: Tiff, Tga, Bmp, Icon, Png, Gif, Pdf, Pbm, Psd, Docx, Pptx, Pcx, Wmf, Emf, Jpeg, Jbig2, Jpeg2000, Raw, Dicom, Jpeg-LS, Svg, Cad.
As System.String _
) As Codec
public static Codec CreateStandardCodec(
System.String name
)

Parameters

name
Name of standard codec. Names of standard codecs: Tiff, Tga, Bmp, Icon, Png, Gif, Pdf, Pbm, Psd, Docx, Pptx, Pcx, Wmf, Emf, Jpeg, Jbig2, Jpeg2000, Raw, Dicom, Jpeg-LS, Svg, Cad.

Return Value

A new instance of a standard codec.
Requirements

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

See Also