ObjPushBackString Method (String) |
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(
string value
)
Public Function PushBackString (
value As String
) As Obj
public:
virtual Obj^ PushBackString(
[InAttribute] String^ value
) sealed
function PushBackString(value);
Parameters
- value
- Type: SystemString
The value of the ObjType::e_string object.
Return Value
Type:
Obj
The new String object.
See Also