DocumentInfo.country Property

Module: DocumentInfo

Type: string

Definition

The ISO 3166-1 alpha-3 code identifying the country issuing the document.

country: str

Exceptions

An error has occurred during Document Library execution.
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

int
An error code.
See id3DocumentError file for the list of possible error codes.