IntArrayRefValue Property |
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 array<int>^ Value {
array<int>^ get () sealed;
void set (array<int>^ value) sealed;
}
function get_Value();
function set_Value(value);
Property Value
Type:
Int32See Also