Overview

Sample Code

Programming Guide

API Reference

Support

HPS.Publish.Permission Class Reference

The Publish::Permission class is a concept class for permission-related enumerations. More...

Public Types

enum  Type {
  Type.Open = 0, Type.Secure = 1, Type.Print = 2, Type.Edit = 3,
  Type.Copy = 4, Type.EditNotes = 5, Type.SaveAs = 6, Type.FillAndSign = 7,
  Type.Accessible = 8, Type.Assembly = 9, Type.HighQualityPrint = 10, Type.Owner = 11,
  Type.FormSubmit = 12, Type.SpawnTemplate = 13, Type.All = 14
}
 

Detailed Description

The Publish::Permission class is a concept class for permission-related enumerations.

Member Enumeration Documentation

Enumerator
Open 

User can open and decrypt the document.

Secure 

User can change the document security settings.

Print 

User can print document.

Edit 

User can add or modify text notes.

Copy 

User can copy information from the document.

EditNotes 

User can add, modify and delete text notes.

SaveAs 

User can perform a 'Save As...' operation.

FillAndSign 

User can fill in or sign existing forms or signature fields.

Accessible 

The Accessibility API is enabled.

Assembly 

User can insert, delete and rotate pages, create bookmarks and thumnails.

HighQualityPrint 

User can produce high quality prints.

Owner 

All operations are permitted.

FormSubmit 

Allows the user to submit forms outside the browser.

SpawnTemplate 

User can spawn template pages.

All 

All permissions are active.


The documentation for this class was generated from the following file: