Skip to content

Commit eea51e2

Browse files
authored
Merge pull request #242 from KlaskSkovby/master
Fix bookmark reference to work on more pdf readers.
2 parents 24d4b28 + 0c096ea commit eea51e2

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)