struct
Markd::Pdf::PageMargins
- Markd::Pdf::PageMargins
- Struct
- Value
- Object
Overview
Page margins in millimeters. The gutter is the binding-edge margin: applied on the left for odd (recto) pages and on the right for even (verso) pages. A negative gutter disables it.
Defined in:
pdf.crConstructors
Instance Method Summary
Constructor Detail
def self.new(top : Float64, right : Float64, bottom : Float64, left : Float64, gutter : Float64 = -1.0)
#