  | PdfRectangleHorizontalOverlap Method  | 
 
            Computes relative horizontal overlap with another rectangle.
            
 
    Namespace: 
   Opait.Pdf.Api
    Assembly:
   Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntaxpublic double HorizontalOverlap(
	PdfRectangle rc
)
Parameters
- rc
 - Type: Opait.Pdf.ApiPdfRectangle
The rectangle to compare with. 
Return Value
Type: 
DoubleThe amount of horizontal overlap between this rectangle and the specified rectangle. A zero or negative value indicates no overlap.
See Also