diff --git a/src/UglyToad.PdfPig/Writer/PdfDocumentBuilder.cs b/src/UglyToad.PdfPig/Writer/PdfDocumentBuilder.cs index c41e92425..7e203f3f1 100644 --- a/src/UglyToad.PdfPig/Writer/PdfDocumentBuilder.cs +++ b/src/UglyToad.PdfPig/Writer/PdfDocumentBuilder.cs @@ -921,7 +921,8 @@ private static ArrayToken CreateExplicitDestinationToken(ExplicitDestination des page, NameToken.XYZ, new NumericToken(destination.Coordinates.Left ?? 0), - new NumericToken(destination.Coordinates.Top ?? 0) + new NumericToken(destination.Coordinates.Top ?? 0), + new NumericToken(0) }); case ExplicitDestinationType.FitPage: