ByteArrayRefValue Property |
Gets or sets the value.
Namespace:
pdftron.Common
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public byte[] Value { get; set; }
Public Property Value As Byte()
Get
Set
public:
virtual property array<unsigned char>^ Value {
array<unsigned char>^ get () sealed;
void set (array<unsigned char>^ value) sealed;
}
function get_Value();
function set_Value(value);
Property Value
Type:
ByteSee Also