Click or drag to resize

Obj.SetString 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:System.Byte[]
The new string value(as a buffer) to set.
See Also