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

Syntax

C#
public PDFSubText AddText(
	string content,
	int width,
	Object style
)
Visual Basic
Public Function AddText ( _
	content As String, _
	width As Integer, _
	style As Object _
) As PDFSubText
Visual C++
public:
PDFSubText AddText(
	String^ content, 
	int width, 
	Object^ style
)

Parameters

content
Type: System..::..String
width
Type: System..::..Int32
style
Type: System..::..Object

See Also