瀏覽代碼

Tweak US Letter and Legal page sizes

Adobe Acrobat Reader DC now shows the correct sizes for letter and legal size documents.
Hewett, Mark A 4 年之前
父節點
當前提交
5b85ae2627
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      QuestPDF/Helpers/PageSizes.cs

+ 2 - 2
QuestPDF/Helpers/PageSizes.cs

@@ -50,8 +50,8 @@ namespace QuestPDF.Helpers
         public static PageSize EnvDL => new PageSize(311.9f, 623.7f);
         public static PageSize EnvDL => new PageSize(311.9f, 623.7f);
 
 
         public static PageSize Executive => new PageSize(522, 756);
         public static PageSize Executive => new PageSize(522, 756);
-        public static PageSize Legal => new PageSize(612.4f, 1009.3f);
-        public static PageSize Letter => new PageSize(612.4f, 791);
+        public static PageSize Legal => new PageSize(612, 1008);
+        public static PageSize Letter => new PageSize(612, 792);
 
 
         public static PageSize ARCH_A => new PageSize(649.2f, 864.7f);
         public static PageSize ARCH_A => new PageSize(649.2f, 864.7f);
         public static PageSize ARCH_B => new PageSize(864.7f, 1295.6f);
         public static PageSize ARCH_B => new PageSize(864.7f, 1295.6f);