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
rectPdfRectangleThe rectangle to test.
Returns
- bool
truewhen any portion ofrectis contained within this region; otherwise,false.