Initializes a new instance of the PDFTextLine class

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

Syntax

C#
public PDFTextLine(
	PDFDocument doc
)
Visual Basic
Public Sub New ( _
	doc As PDFDocument _
)
Visual C++
public:
PDFTextLine(
	PDFDocument^ doc
)

See Also