File tree Expand file tree Collapse file tree
lib/Domain/Builders/Faceted Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,22 +92,6 @@ public PagePropertyBuilder SetScale(double scale)
9292
9393 #endregion
9494
95- #region Dimension Helpers for Inches
96-
97- public PagePropertyBuilder SetPaperWidth ( double widthInches ) => SetPaperWidth ( Dimension . FromInches ( widthInches ) ) ;
98-
99- public PagePropertyBuilder SetPaperHeight ( double heightInches ) => SetPaperHeight ( Dimension . FromInches ( heightInches ) ) ;
100-
101- public PagePropertyBuilder SetMarginTop ( double marginTopInches ) => SetMarginTop ( Dimension . FromInches ( marginTopInches ) ) ;
102-
103- public PagePropertyBuilder SetMarginBottom ( double marginBottomInches ) => SetMarginBottom ( Dimension . FromInches ( marginBottomInches ) ) ;
104-
105- public PagePropertyBuilder SetMarginLeft ( double marginLeftInches ) => SetMarginLeft ( Dimension . FromInches ( marginLeftInches ) ) ;
106-
107- public PagePropertyBuilder SetMarginRight ( double marginRightInches ) => SetMarginRight ( Dimension . FromInches ( marginRightInches ) ) ;
108-
109- #endregion
110-
11195 #region Dimension Helpers
11296
11397 public PagePropertyBuilder SetPaperWidth ( Dimension width )
You can’t perform that action at this time.
0 commit comments