Initializes a new instance of the PDFDocument class

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

Syntax

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

Parameters

title
Type: System..::..String

See Also