ObjPushBackString Method (Byte) |
Appends a new ObjType::e_string object at the end of the Array.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Obj PushBackString(
byte[] buffer
)
Public Function PushBackString (
buffer As Byte()
) As Obj
public:
virtual Obj^ PushBackString(
[InAttribute] array<unsigned char>^ buffer
) sealed
function PushBackString(buffer);
Parameters
- buffer
- Type: SystemByte
The buffer used to set the value of the ObjType::e_string
object to be inserted.
Return Value
Type:
Obj
The new String object.
See Also