ID3TagsLibClearTag Method |
Remove a tag type from the opened multimedia file.
Namespace:
CSID3TagsLib
Assembly:
CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public void ClearTag(
TagTypes TagType
)
Public Sub ClearTag (
TagType As TagTypes
)
Dim instance As ID3TagsLib
Dim TagType As TagTypes
instance.ClearTag(TagType)
member ClearTag :
TagType : TagTypes -> unit
public void ClearTag(
TagTypes TagType
)
public function ClearTag(
TagType : TagTypes
)
function ClearTag(TagType);
Parameters
- TagType
- Type: CSID3TagsLibTagTypes
See Also