DocumentInfoDictionary.clone Method¶
Module: DocumentInfoDictionary
Definition¶
Clones the DocumentInfoDictionary object.
clone(self) -> DocumentInfoDictionary
Returns
The newly created document info dictionary.
Exceptions
An error has occurred during Document Library execution.
DocumentInfoDictionary clone()
Returns
The newly created document info dictionary.
Exceptions
An error has occurred during Document Library execution.
public DocumentInfoDictionary Clone()
Returns
The newly created document info dictionary.
Exceptions
An error has occurred during Document Library execution.
public DocumentInfoDictionary clone() throws DocumentException
Returns
The newly created document info dictionary.
Exceptions
An error has occurred during Document Library execution.
public func clone() throws -> DocumentInfoDictionary
Returns
The newly created document info dictionary.
Exceptions
An error has occurred during Document Library execution.
int id3DocumentInfoDictionary_CopyTo (
ID3_DOCUMENT_INFO_DICTIONARY hDocumentInfoDictionary,
ID3_DOCUMENT_INFO_DICTIONARY hDocumentInfoDictionaryDst)
Parameters
hDocumentInfoDictionaryID3_DOCUMENT_INFO_DICTIONARYin Handle to the DocumentInfoDictionary object.hDocumentInfoDictionaryDstID3_DOCUMENT_INFO_DICTIONARYout The newly created document info dictionary.
Returns