DocumentInfo.name Property¶
Module: DocumentInfo
Type: string
Definition¶
The document type name.
String get name => getName();
Exceptions
An error has occurred during Document Library execution.
public string name
{
get => Getname();
}
Exceptions
An error has occurred during Document Library execution.
public String getName() throws DocumentException
Exceptions
An error has occurred during Document Library execution.
public var name: String
get {
return try! getName()
}
}
Exceptions
An error has occurred during Document Library execution.
int id3DocumentInfo_GetName (ID3_DOCUMENT_INFO hDocumentInfo, char * name, int * nameSize)
Returns