Initializes a new instance of the PDFBaseObject class

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

Syntax

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

Parameters

content
Type: System..::..String

See Also