Click or drag to resize

PdfRectangle Constructor (PdfRectangle)

Initializes a new instance as a copy of the specified PdfRectangle.

Namespace:  Opait.Pdf.Api
Assembly:  Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax
C#
public PdfRectangle(
	PdfRectangle other
)

Parameters

other
Type: Opait.Pdf.ApiPdfRectangle
The source rectangle.
See Also