Initializes a new instance of the PDFRect class

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

Syntax

C#
public PDFRect(
	PDFDocument doc,
	int width,
	int left
)
Visual Basic
Public Sub New ( _
	doc As PDFDocument, _
	width As Integer, _
	left As Integer _
)
Visual C++
public:
PDFRect(
	PDFDocument^ doc, 
	int width, 
	int left
)

See Also