diff --git a/src/UglyToad.PdfPig/ParsingOptions.cs b/src/UglyToad.PdfPig/ParsingOptions.cs index a02deec2..b4ffc3b4 100644 --- a/src/UglyToad.PdfPig/ParsingOptions.cs +++ b/src/UglyToad.PdfPig/ParsingOptions.cs @@ -18,6 +18,7 @@ /// /// Should the parser clip paths? Default is true. + /// Bezier curves will be transformed into polylines if clipping is set to true. /// public bool ClipPaths { get; set; } = true;