Skip to content

Commit 0c096ea

Browse files
author
Klavs Skovby
committed
Fix bookmark reference on more pdf readers.
1 parent 4c3bcbb commit 0c096ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PdfSharpCore/Pdf/PdfOutline.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ public double Zoom
240240
get { return _zoom; }
241241
set { _zoom = value; }
242242
}
243-
double _zoom; // PDF teats 0 and null equally.
243+
double _zoom = double.NaN; // PDF teats 0 and null equally.
244244

245245
/// <summary>
246246
/// Gets or sets whether the outline item is opened (or expanded).

0 commit comments

Comments
 (0)