WebViewerControlGetEncoder Method (String) |
Gets the proper encoder based on the file extension.
Namespace:
Atalasoft.Imaging.WebControls
Assembly:
Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax protected ImageEncoder GetEncoder(
string extension
)
Protected Function GetEncoder (
extension As String
) As ImageEncoder
Parameters
- extension
- Type: SystemString
Return Value
Type:
ImageEncoderRemarks Caution |
---|
WebViewerControl control is not available for .NET Core. |
See Also