com.spire.pdf.security
Enum PdfCertificationFlags

java.lang.Object
  extended by java.lang.Enum<PdfCertificationFlags>
      extended by com.spire.pdf.security.PdfCertificationFlags
All Implemented Interfaces:
java.lang.Comparable<PdfCertificationFlags>

public enum PdfCertificationFlags
extends java.lang.Enum<PdfCertificationFlags>

Specifies the available permissions on certificated document.


Enum Constant Summary
Allow_Comments
          Only allow commenting and form fill-in actions on this document.
Allow_Form_Fill
          Only allow form fill-in actions on this document.
Forbid_Changes
          Disallow any changes to the document.
 
Method Summary
 java.lang.String getName()
           
 int getValue()
           
 

Enum Constant Detail

Forbid_Changes

public static final PdfCertificationFlags Forbid_Changes
Disallow any changes to the document.


Allow_Form_Fill

public static final PdfCertificationFlags Allow_Form_Fill
Only allow form fill-in actions on this document.


Allow_Comments

public static final PdfCertificationFlags Allow_Comments
Only allow commenting and form fill-in actions on this document.

Method Detail

getName

public java.lang.String getName()

getValue

public int getValue()