In This Topic
GdPicture14 Namespace / PdfRight Enumeration

PdfRight Enumeration

In This Topic
Specifies access permissions to the various operations within the PDF document.
Syntax
'Declaration
 
<FlagsAttribute()>
<ComVisibleAttribute(True)>
Public Enum PdfRight 
   Inherits System.Enum
[Flags()]
[ComVisible(true)]
public enum PdfRight : System.Enum 
public enum PdfRight = class(System.Enum)
FlagsAttribute()
ComVisibleAttribute()
public enum PdfRight extends System.Enum
[Flags()]
[ComVisible(true)]
__value public enum PdfRight : public System.Enum 
[Flags()]
[ComVisible(true)]
public enum class PdfRight : public System.Enum 
Members
MemberValueDescription
PdfRightAll3900Allows everything.
PdfRightCanAddNotes32Allows the user to add annotations.
PdfRightCanAssemble1024Allows the user to assemble the document. Only works with 128-bit encryption.
PdfRightCanCopy16Allows the user to copy or extract text and graphics from the document.
PdfRightCanCopyAccess512Enables copying or extracting for use with accessibility features. Only works with 128-bit encryption.
PdfRightCanFillFields256Allows the user to fill in form fields. Only works with 128-bit encryption.
PdfRightCanModify8Allows the user to modify the document.
PdfRightCanPrint4Allows the user to print the document, but possibly not at the highest quality level, see also PdfRightCanPrintFull.
PdfRightCanPrintFull2048Allows high resolution printing of the document. Only works with 128-bit encryption.
PdfRightCanView0Allows the user to view the document. Always available.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.PdfRight

See Also