From 49c0e81fbc7de8b74fabaf6b959ec1fa162bfe62 Mon Sep 17 00:00:00 2001 From: Kurt Jung Date: Tue, 15 Apr 2014 19:10:09 -0400 Subject: Document protection and example --- def.go | 1 + 1 file changed, 1 insertion(+) (limited to 'def.go') diff --git a/def.go b/def.go index 15e6939..422eb1c 100644 --- a/def.go +++ b/def.go @@ -196,6 +196,7 @@ type Fpdf struct { clipNest int // Number of active clipping contexts transformNest int // Number of active transformation contexts err error // Set if error occurs during life cycle of instance + protect protectType // document protection structure colorFlag bool // indicates whether fill and text colors are different color struct { // Composite values of colors draw, fill, text clrType -- cgit v1.2.1-24-ge1ad