PdfClipRegion.IsVisible Method

Tests whether any portion of the specified rectangle is contained within this region.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public bool IsVisible(
	PdfRectangle rect
)
VB
Public Function IsVisible ( 
	rect As PdfRectangle
) As Boolean

Parameters

rect
Type: BitMiracle.Docotic.Pdf.PdfRectangle
The rectangle to test.

Return Value

Type: Boolean
true when any portion of rect is contained within this region; otherwise, false.

See Also