Gets the rule that determines the region to clip.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfFillMode? ClipMode { get; }
VB
Public ReadOnly Property ClipMode As PdfFillMode?
Get
Property Value
Type:
Nullable<
PdfFillMode>
Can be
null if path is not clipped.
See Also