PdfPageObject.ClipRegion Property

Gets the clip region for this PdfPageObject.

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

Syntax

C#
public PdfClipRegion ClipRegion { get; }
VB
Public ReadOnly Property ClipRegion As PdfClipRegion
	Get

Property Value

Type: 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.

See Also