Gets or sets the value.
Namespace:
pdftron.Common
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public string Value { get; set; }
Public Property Value As String
Get
Set
public:
virtual property String^ Value {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_Value();
function set_Value(value);
Property Value
Type:
StringSee Also