add text to the document

Namespace: CuteEditor.Convertor.PDF
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public Object AddText(
	string text,
	FontStyle fontStyle,
	bool warp,
	PDFAnchor anchor
)
Visual Basic
Public Function AddText ( _
	text As String, _
	fontStyle As FontStyle, _
	warp As Boolean, _
	anchor As PDFAnchor _
) As Object
Visual C++
public:
Object^ AddText(
	String^ text, 
	FontStyle fontStyle, 
	bool warp, 
	PDFAnchor^ anchor
)

Return Value

See Also