Transcode
DicomFile.Transcode method
Transcodes this DicomFile from MetaInfo.TransferSyntax to the given syntax.
public DicomFile Transcode(TransferSyntax syntax)
| Parameter | Type | Description |
|---|---|---|
| syntax | TransferSyntax | The destination transfer syntax DICOM file will be transcoded to. |
Return Value
The transcoded DicomFile.
Exceptions
| exception | condition |
|---|---|
| MedicalApiException | Transcoding from MetaInfo.TransferSyntax to the given syntax is not supported. |
See Also
- class TransferSyntax
- class DicomFile
- namespace Aspose.Medical.Dicom
- assembly Aspose.Medical