DicomImageInfo.TryUpdateTagAt
DicomImageInfo.TryUpdateTagAt method
Update an existing tag.
public bool TryUpdateTagAt(int index, object newValue)
Parameter | Type | Description |
---|---|---|
index | Int32 | The index of the tag to be updated. |
newValue | 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