DocumentInfoDictionary.clear Method¶
Module: DocumentInfoDictionary
Definition¶
Clears the DocumentInfoDictionary object.
clear(self) -> None
Exceptions
An error has occurred during Document Library execution.
public void Clear()
Exceptions
An error has occurred during Document Library execution.
public void clear() throws DocumentException
Exceptions
An error has occurred during Document Library execution.
public func clear() throws
Exceptions
An error has occurred during Document Library execution.
int id3DocumentInfoDictionary_Clear (
ID3_DOCUMENT_INFO_DICTIONARY hDocumentInfoDictionary)
Parameters
hDocumentInfoDictionaryID3_DOCUMENT_INFO_DICTIONARYin Handle to the DocumentInfoDictionary object.
Returns