DetectedDocument.info Property¶
Module: DetectedDocument
Type: DocumentInfo
Definition¶
Document information.
info: DocumentInfo
Exceptions
An error has occurred during Document Library execution.
DocumentInfo get info => getInfo();
Exceptions
An error has occurred during Document Library execution.
public DocumentInfo info
{
get => Getinfo();
}
Exceptions
An error has occurred during Document Library execution.
public DocumentInfo getInfo() throws DocumentException
Exceptions
An error has occurred during Document Library execution.
public var info: DocumentInfo
get {
return try! getInfo()
}
}
Exceptions
An error has occurred during Document Library execution.
int id3DetectedDocument_GetInfo (ID3_DETECTED_DOCUMENT hDetectedDocument, ID3_DOCUMENT_INFO hInfo)
Returns