DicomImageInfo.TryAddTag
DicomImageInfo.TryAddTag method
Add new Dicom tag.
public bool TryAddTag(string tagDescription, object value)
Parameter | Type | Description |
---|---|---|
tagDescription | String | The tag description. Can not be null or whitespace. |
value | Object | The tag value. Can not be null. |
Return Value
The operation result.
See Also
- class DicomImageInfo
- namespace Aspose.Imaging.FileFormats.Dicom
- assembly Aspose.Imaging