DocumentInfo.country Property¶
Module: DocumentInfo
Type: string
Definition¶
The ISO 3166-1 alpha-3 code identifying the country issuing the document.
String get country => getCountry();
Exceptions
An error has occurred during Document Library execution.
public string country
{
get => Getcountry();
}
Exceptions
An error has occurred during Document Library execution.
public String getCountry() throws DocumentException
Exceptions
An error has occurred during Document Library execution.
public var country: String
get {
return try! getCountry()
}
}
Exceptions
An error has occurred during Document Library execution.
int id3DocumentInfo_GetCountry (ID3_DOCUMENT_INFO hDocumentInfo, char * country, int * countrySize)
Returns