Initializes a new instance of the HTML2PDF class

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

Syntax

C#
public HTML2PDF(
	string html
)
Visual Basic
Public Sub New ( _
	html As String _
)
Visual C++
public:
HTML2PDF(
	String^ html
)

Parameters

html
Type: System..::..String

See Also