Table of Contents

Method IsVisible

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

IsVisible(PdfRectangle)

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

public bool IsVisible(PdfRectangle rect)

Parameters

rect PdfRectangle

The rectangle to test.

Returns

bool

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