TryAddTag

DicomImageInfo.TryAddTag method

Add new Dicom tag.

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

Return Value

The operation result.

See Also