Skip to content

Commit 961530e

Browse files
committed
No need now that implicit has been added.
1 parent 94a85f8 commit 961530e

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

lib/Domain/Builders/Faceted/PagePropertyBuilder.cs

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)