File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
lib/Domain/Builders/Faceted Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -92,22 +92,6 @@ public PagePropertyBuilder SetScale(double scale)
92
92
93
93
#endregion
94
94
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
-
111
95
#region Dimension Helpers
112
96
113
97
public PagePropertyBuilder SetPaperWidth ( Dimension width )
You can’t perform that action at this time.
0 commit comments