PdfStringFormat
ClipPath Property
|
Gets or sets a value indicating whether the text
should be a part of the clipping path.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Property Value
Type:
Boolean
See Also