Click or drag to resize

ElementBuilderCreateTextRun Method (String)

Create a new text run.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Element CreateTextRun(
	string text_data
)

Parameters

text_data
Type: SystemString
the text_data, must contain only valid ASCII characters

Return Value

Type: Element
the element
Remarks
a text run can be created only within a text block you must set the current Font and font size before calling this function.
See Also