Click or drag to resize

PdfRectangle Constructor (IReadOnlyListPdfRectangle)

Initializes a new instance of the PdfRectangle as the union of the specified list of rectangles.

Namespace:  Opait.Pdf.Api
Assembly:  Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax
C#
public PdfRectangle(
	IReadOnlyList<PdfRectangle> bounds
)

Parameters

bounds
Type: System.Collections.GenericIReadOnlyListPdfRectangle
The list of existing rectangles.
See Also