diff options
Diffstat (limited to 'def.go')
-rw-r--r-- | def.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -474,6 +474,7 @@ type Pdf interface { Writef(h float64, fmtStr string, args ...interface{}) } +// PageBox defines the coordinates and extent of the various page box types type PageBox struct { SizeType PointType |