Obj.SetString Method (Byte[]) |
Sets the string value of this Obj.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntaxpublic void SetString(
byte[] value
)
Public Sub SetString (
value As Byte()
)
public:
virtual void SetString(
[InAttribute] array<unsigned char>^ value
) sealed
function SetString(value);
Parameters
- value
- Type:System.Byte[]
The new string value(as a buffer) to set.
See Also