Click or drag to resize

ObjSetString Method (Byte)

Sets the string value of this Obj.

Namespace:  pdftron.SDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetString(
	byte[] value
)

Parameters

value
Type: SystemByte
The new string value(as a buffer) to set.
See Also