DocumentInfo.format Property¶
Module: DocumentInfo
Type: DocumentFormat
Definition¶
The document format.
format: DocumentFormat
Exceptions
An error has occurred during Document Library execution.
DocumentFormat get format => getFormat();
Exceptions
An error has occurred during Document Library execution.
public DocumentFormat format
{
get => Getformat();
}
Exceptions
An error has occurred during Document Library execution.
public DocumentFormat getFormat() throws DocumentException
Exceptions
An error has occurred during Document Library execution.
public var format: DocumentFormat
get {
return try! getFormat()
}
}
Exceptions
An error has occurred during Document Library execution.
int id3DocumentInfo_GetFormat (ID3_DOCUMENT_INFO hDocumentInfo, id3DocumentFormat * eFormat)
Returns