TextField.value Property¶
Module: TextField
Type: string
Definition¶
Value of the text field.
String get value => getValue();
Exceptions
An error has occurred during Document Library execution.
public string value
{
get => Getvalue();
}
Exceptions
An error has occurred during Document Library execution.
public String getValue() throws DocumentException
Exceptions
An error has occurred during Document Library execution.
public var value: String
get {
return try! getValue()
}
}
Exceptions
An error has occurred during Document Library execution.
int id3DocumentTextField_GetValue (ID3_DOCUMENT_TEXT_FIELD hTextField, char * value, int * valueSize)
Returns