PdfRectangleElement(PdfRectangleF) Constructor

Initializes a new instance of the PdfRectangleElement class from a floating-point rectangle

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
C#
public PdfRectangleElement(
	PdfRectangleF rectangle
)

Parameters

rectangle  PdfRectangleF
The source rectangle

See Also