Gets or sets a value indicating whether the text
should be a part of the clipping path.
Namespace: Spire.Pdf.GraphicsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public bool ClipPath { get; set; }
Public Property ClipPath As Boolean Get Set
public: property bool ClipPath { bool get (); void set (bool value); }
member ClipPath : bool with get, set