Click or drag to resize

PdfRectangleUnion Method

Merges the specified rectangle into the current one.

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

Parameters

rc
Type: Opait.Pdf.ApiPdfRectangle
The rectangle to merge.
See Also