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 PushBackText(
string value
)
Public Function PushBackText (
value As String
) As Obj
public:
virtual Obj^ PushBackText(
[InAttribute] String^ value
) sealed
function PushBackText(value);
Parameters
- value
- Type: SystemString
The value of the ObjType::e_string object to be inserted.
Return Value
Type:
Obj
The new String object.
Remarks
PushBackText will create the string object as a 'PDF Text' object.
See Also