Class PdfClipRegion
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Class for a clip region that limits the parts of the page affected by painting operators.
public sealed class PdfClipRegion
- Inheritance
-
PdfClipRegion
- Inherited Members
Remarks
The closed subpaths of this region define the area that can be painted. Marks falling inside this area are applied to the page; those falling outside it are not.
The Docotic.Pdf Library Documentation page contains links to articles, guides, and sample code.
Properties
- IntersectedPaths
Gets paths of this PdfClipRegion.
Methods
- IsVisible(PdfRectangle)
Tests whether any portion of the specified rectangle is contained within this region.