ElementWriterWriteString Method |
Writes an arbitrary buffer to the content stream.
This function can be used to insert comments, inline-image data, and
chunks of arbitrary content to the output stream.
Writes an arbitrary string to the content stream.
Serves the same purpose as WriteBuffer().
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void WriteString(
string data
)
Public Sub WriteString (
data As String
)
public:
virtual void WriteString(
[InAttribute] String^ data
) sealed
function WriteString(data);
Parameters
- data
- Type: SystemString
the str
See Also