HiQPdf Documentation

PdfRectangle Constructor (RectangleF)

Quickly Create High Quality PDFs
Constructs a PDF rectangle based on the given .NET rectangle

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public PdfRectangle(
	RectangleF rectangle
)

Parameters

rectangle
Type: System.DrawingRectangleF
The rectangle with the dimensions expressed in points
See Also

Reference