Click or drag to resize

ElementBuilderCreateTextBegin Method (Font, Double)

Start a text block ('BT' operator in PDF content stream). The function installs the given font in the current graphics state.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Element CreateTextBegin(
	Font font,
	double font_sz
)

Parameters

font
Type: pdftron.PDFFont
the font
font_sz
Type: SystemDouble
the font_sz

Return Value

Type: Element
the element
See Also