We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3bcbb commit 0c096eaCopy full SHA for 0c096ea
PdfSharpCore/Pdf/PdfOutline.cs
@@ -240,7 +240,7 @@ public double Zoom
240
get { return _zoom; }
241
set { _zoom = value; }
242
}
243
- double _zoom; // PDF teats 0 and null equally.
+ double _zoom = double.NaN; // PDF teats 0 and null equally.
244
245
/// <summary>
246
/// Gets or sets whether the outline item is opened (or expanded).
0 commit comments