mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-10-14 10:55:04 +08:00
Set ClipPaths to false if no ParsingOptions given (consistent behaviour)
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
|
||||
var passwords = new List<string>();
|
||||
|
||||
var clipPaths = options?.ClipPaths ?? true;
|
||||
var clipPaths = options?.ClipPaths ?? false;
|
||||
|
||||
if (options?.Password != null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user