Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Security Namespace / CopyContentPermissions Enumeration

In This Topic
    CopyContentPermissions Enumeration
    In This Topic
    Enumerates possible permissions that control the ability to copy a document's content.
    Syntax
    'Declaration
     
    Public Enum CopyContentPermissions 
       Inherits System.Enum
    public enum CopyContentPermissions : System.Enum 
    Members
    MemberDescription
    DisabledContent copying is disabled.
    EnabledContent copying is enabled.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Pdf.Security.CopyContentPermissions

    See Also