mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-09-20 03:17:57 +08:00
add comment about bezier curves/polylines when clipping
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
|
||||
/// <summary>
|
||||
/// Should the parser clip paths? Default is true.
|
||||
/// <para>Bezier curves will be transformed into polylines if clipping is set to true.</para>
|
||||
/// </summary>
|
||||
public bool ClipPaths { get; set; } = true;
|
||||
|
||||
|
Reference in New Issue
Block a user