Click or drag to resize

ElementBuilderCreateTextRun Method (Byte, Font, Double)

Create a new text run.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Element CreateTextRun(
	byte[] text_data,
	Font font,
	double font_sz
)

Parameters

text_data
Type: SystemByte
the text_data
font
Type: pdftron.PDFFont
font for the text run
font_sz
Type: SystemDouble
size of the font

Return Value

Type: Element
the element
Remarks
a text run can be created only within a text block
See Also