RegisterEncoding
IDicomEncoding.RegisterEncoding method
Registers an encoding for a specific character set value.
public void RegisterEncoding(string charsetName, string encodingName)
| Parameter | Type | Description |
|---|---|---|
| charsetName | String | The name of the character set as given in the Specific Character Set DICOM attribute. |
| encodingName | String | The name of .NET encoding for the charsetName. |
See Also
- interface IDicomEncoding
- namespace Aspose.Medical.Common.Text
- assembly Aspose.Medical