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.
2 parents 24d4b28 + 0c096ea commit eea51e2Copy full SHA for eea51e2
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