AddTag

DicomImageInfo.AddTag method

Add new Dicom tag.

public void AddTag(string tagDescription, object value)
ParameterTypeDescription
tagDescriptionStringThe tag description. Can not be null or whitespace.
valueObjectThe tag value. Can not be null.

See Also