ImageGear for .NET
ImGearPDFSecurityInfoFlags Enumeration
See Also  Send Feedback
ImageGear21.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace : ImGearPDFSecurityInfoFlags Enumeration




Glossary Item Box

Specifies flags for various information about the security and permissions.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Members

MemberValueDescription
CAN_COPY0x00000010The document text and graphics can be copied to the clipboard.
CAN_EDIT0x00000008The document can be modified, for example by adding notes, links, or bookmarks.
CAN_PRINT0x00000004The document can be printed.
HAS_OWNER_PW0x00000002The document has an owner password.
HAS_USER_PW0x00000001The document has a user password.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.PDF.ImGearPDFSecurityInfoFlags

See Also

©2013. Accusoft Corporation. All Rights Reserved.