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