Skip to content

Commit

Permalink
No need now that implicit has been added.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaben committed Feb 19, 2025
1 parent 94a85f8 commit 961530e
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions lib/Domain/Builders/Faceted/PagePropertyBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,22 +92,6 @@ public PagePropertyBuilder SetScale(double scale)

#endregion

#region Dimension Helpers for Inches

public PagePropertyBuilder SetPaperWidth(double widthInches) => SetPaperWidth(Dimension.FromInches(widthInches));

public PagePropertyBuilder SetPaperHeight(double heightInches) => SetPaperHeight(Dimension.FromInches(heightInches));

public PagePropertyBuilder SetMarginTop(double marginTopInches) => SetMarginTop(Dimension.FromInches(marginTopInches));

public PagePropertyBuilder SetMarginBottom(double marginBottomInches) => SetMarginBottom(Dimension.FromInches(marginBottomInches));

public PagePropertyBuilder SetMarginLeft(double marginLeftInches) => SetMarginLeft(Dimension.FromInches(marginLeftInches));

public PagePropertyBuilder SetMarginRight(double marginRightInches) => SetMarginRight(Dimension.FromInches(marginRightInches));

#endregion

#region Dimension Helpers

public PagePropertyBuilder SetPaperWidth(Dimension width)
Expand Down

0 comments on commit 961530e

Please sign in to comment.