ElementBuilderCreateUnicodeTextRun Method (String) |
Create a new Unicode text run.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Element CreateUnicodeTextRun(
string text_data
)
Public Function CreateUnicodeTextRun (
text_data As String
) As Element
public:
virtual Element^ CreateUnicodeTextRun(
[InAttribute] String^ text_data
) sealed
function CreateUnicodeTextRun(text_data);
Parameters
- text_data
- Type: SystemString
the text_data
Return Value
Type:
Element the element
Remarks you must set the current Font and font size before calling this function
and the font must be created using Font::CreateCIDTrueTypeFont() method.
a text run can be created only within a text block
See Also