Property ClipRegion
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
ClipRegion
Gets the clip region for this PdfPageObject.
public PdfClipRegion ClipRegion { get; }
Property Value
- PdfClipRegion
The clip region of the page before drawing of this PdfPageObject.
Remarks
You can use IsVisible(PdfRectangle) method to check whether any portion of a given rectangle fits into the clip region.