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
)
Public Function CreateTextBegin (
font As Font,
font_sz As Double
) As Element
public:
virtual Element^ CreateTextBegin(
[InAttribute] Font^ font,
[InAttribute] double font_sz
) sealed
function CreateTextBegin(font, font_sz);
Parameters
- font
- Type: pdftron.PDFFont
the font
- font_sz
- Type: SystemDouble
the font_sz
Return Value
Type:
Element the element
See Also