ExpertPdf Html to Pdf Converter Library
RectangleElement Constructor (x, y, width, height)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentRectangleElementRectangleElement(Single, Single, Single, Single)
ExpertPdf Html to Pdf Converter Library
Constructs a rectangle element
Declaration Syntax
C#Visual BasicVisual C++
public RectangleElement(
	float x,
	float y,
	float width,
	float height
)
Public Sub New ( 
	x As Single,
	y As Single,
	width As Single,
	height As Single
)
public:
RectangleElement(
	float x, 
	float y, 
	float width, 
	float height
)
Parameters
x (Single)
The X coordinate
y (Single)
The Y coordinate
width (Single)
The rectangle width
height (Single)
The rectangle height

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)