Specifies flags for various information about the security and permissions.
Syntax
'Declaration
Public Enum ImGearPDFSecurityInfoFlags
Inherits System.Enum
public enum ImGearPDFSecurityInfoFlags : System.Enum
__value public enum ImGearPDFSecurityInfoFlags : public System.Enum
public enum class ImGearPDFSecurityInfoFlags : public System.Enum
Members
Member | Value | Description |
CAN_COPY | 16 | The document text and graphics can be copied to the clipboard. |
CAN_EDIT | 8 | The document can be modified, for example by adding notes, links, or bookmarks. |
CAN_PRINT | 4 | The document can be printed. |
HAS_OWNER_PW | 2 | The document has an owner password. |
HAS_USER_PW | 1 | The document has a user password. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Formats.PDF.ImGearPDFSecurityInfoFlags
See Also