HiQPdf Documentation

PdfRectangle Constructor (RectangleFloat)

HiQPdf Client for .NET Core
Constructs a PDF rectangle based on the given .NET rectangle

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public PdfRectangle(
	RectangleFloat rectangle
)

Parameters

rectangle
Type: HiQPdfClientRectangleFloat
The rectangle with the dimensions expressed in points
See Also

Reference