summaryrefslogtreecommitdiff
path: root/def.go
diff options
context:
space:
mode:
authorKurt <kurt.w.jung@gmail.com>2019-02-28 08:35:13 -0500
committerKurt <kurt.w.jung@gmail.com>2019-02-28 08:35:13 -0500
commita640ab8bad3c434166bb6358a3664a89d959ccb1 (patch)
tree262bd2c84a5f6ef64904fe1e7532961aa373bfa4 /def.go
parent567bef933d5649777a8b39772ad57dc9ddaba8d8 (diff)
parentac77cdcbc1c0005351dbea42cc07add42e1d3f7c (diff)
Merge branch 'ykamo001-master'
Diffstat (limited to 'def.go')
-rw-r--r--def.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/def.go b/def.go
index f19e86b..12b5edf 100644
--- a/def.go
+++ b/def.go
@@ -442,6 +442,7 @@ type Pdf interface {
SetMargins(left, top, right float64)
SetPageBoxRec(t string, pb PageBox)
SetPageBox(t string, x, y, wd, ht float64)
+ SetPage(pageNum int)
SetProtection(actionFlag byte, userPassStr, ownerPassStr string)
SetRightMargin(margin float64)
SetSubject(subjectStr string, isUTF8 bool)