Click or drag to resize

PdfRectangleVerticalOverlap Method

Computes relative vertical overlap with another rectangle.

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

Parameters

rc
Type: Opait.Pdf.ApiPdfRectangle
The rectangle to compare with.

Return Value

Type: Double
The amount or vertical overlap between this rectangle and the specified rectangle. A zero or negative value indicates no overlap.
See Also