summaryrefslogtreecommitdiff
path: root/def.go
diff options
context:
space:
mode:
Diffstat (limited to 'def.go')
-rw-r--r--def.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/def.go b/def.go
index 2bbb572..b1dbc8c 100644
--- a/def.go
+++ b/def.go
@@ -430,7 +430,8 @@ type Pdf interface {
SetLineWidth(width float64)
SetLink(link int, y float64, page int)
SetMargins(left, top, right float64)
- SetPageBox(t string, pb PageBox)
+ SetPageBoxRec(t string, pb PageBox)
+ SetPageBox(t string, x, y, wd, ht float64)
SetProtection(actionFlag byte, userPassStr, ownerPassStr string)
SetRightMargin(margin float64)
SetSubject(subjectStr string, isUTF8 bool)