Click or drag to resize

ComTextCollectionRemove Method

Remove a specified COM Text tag from this collection.

Namespace:  Atalasoft.Imaging.Metadata
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void Remove(
	ComTextTag tag
)

Parameters

tag
Type: Atalasoft.Imaging.MetadataComTextTag
The ComTextTag to remove.
See Also