From f7253a9ffd57d84b807b601cf2c8e4563d9b614e Mon Sep 17 00:00:00 2001 From: Kurt Jung Date: Tue, 15 Apr 2014 20:08:24 -0400 Subject: Documentation adjustment. --- fpdf.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fpdf.go') diff --git a/fpdf.go b/fpdf.go index 7a6f0c2..4c6fa81 100644 --- a/fpdf.go +++ b/fpdf.go @@ -2172,6 +2172,8 @@ func (f *Fpdf) SetXY(x, y float64) { // full access to the document regardless of the actionFlag value. An empty // string for this argument will be replaced with a random value, effectively // prohibiting full access to the document. +// +// See tutorial 24 for an example of this function. func (f *Fpdf) SetProtection(actionFlag byte, userPassStr, ownerPassStr string) { if f.err != nil { return -- cgit v1.2.1-24-ge1ad