Gets the default file extension for the specified format.
public static string GetExtension(
RasterImageFormat format
)
Public Shared Function GetExtension( _
ByVal format As Leadtools.RasterImageFormat _
) As String
public static string GetExtension(
Leadtools.RasterImageFormat format
)
function Leadtools.Codecs.RasterCodecs.GetExtension(
format
)
public:
static String^ GetExtension(
Leadtools.RasterImageFormat format
)
format
The format requested.
A string containing the file extension for the specified format (without the ".").
This method will return the default file extension commonly used with file of types format. For example, JPEG files commonly have "jpg" extensions, Adobe PDF files commonly have "pdf" extensions and so forth.
This method returns an empty string for formats such as DICOM that do not have a common file extension.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET