Permissions

Overview

Permissions is a type in Aspose.PDF FOSS for Go.

Permissions controls what a viewer allows on an encrypted PDF.

Properties: AllowAccessibility, AllowAnnotations, AllowAssembly, AllowCopy, AllowFormFill, AllowModify, and 2 more.

Properties

NameTypeAccessDescription
AllowPrintboolRead/WriteGets the allow print.
AllowModifyboolRead/WriteGets the allow modify.
AllowCopyboolRead/WriteGets the allow copy.
AllowAnnotationsboolRead/WriteGets the allow annotations.
AllowFormFillboolRead/WriteGets the allow form fill.
AllowAccessibilityboolRead/WriteGets the allow accessibility.
AllowAssemblyboolRead/WriteGets the allow assembly.
AllowPrintHighResboolRead/WriteGets the allow print high res.

See Also