The clip path to use.

Namespace: TallComponents.PDF.Layout.Shapes
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public FreeHandSegmentCollection ClipPath { get; }
Visual Basic
Public ReadOnly Property ClipPath As FreeHandSegmentCollection
	Get

Remarks

Will be used if Clip = true, and at least 1 segment is added to the collection. Otherwise the clip path will be the rectangle defined by this ShapeCollection.

See Also