VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Security Namespace / UserAccessPermissions Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    UserAccessPermissions Enumeration
    In This Topic
    Specifies available access permissions when document is opened with the user access.
    Syntax
    'Declaration
    
    <FlagsAttribute()>
    Public Enum UserAccessPermissions
       Inherits System.Enum
    
    
    [Flags()]
    public enum UserAccessPermissions : System.Enum
    
    
    [Flags()]
    __value public enum UserAccessPermissions : public System.Enum
    
    
    [Flags()]
    public enum class UserAccessPermissions : public System.Enum
    
    
    Members
    MemberDescription
    NoneNo permissions.
    AllowAllAllow all actions.
    PrintDocumentInLowResolutionPrint the document in low resolution.
    PrintDocumentInHighResolutionAllows of print the document in high resolution.
    ExtractTextAndGraphicsCopy or otherwise extract text and graphics from the document.
    ModifyContentsModify the contents of the document by operations other than those controlled by AssembleDocument, ModifyAnnotations and FillInteractiveFormFields.
    ModifyAnnotationsAdd or modify text annotations, fill in interactive form fields, create or modify interactive form fields (including signature fields).
    FillInteractiveFormFieldsFill in existing interactive form fields (including signature fields).
    AssembleDocumentAssemble the document (insert, rotate, or delete pages and create bookmarks or thumbnail images).
    ExtractTextAndGraphicsForAccessibilityExtract text and graphics (in support of accessibility to users with disabilities or for other purposes).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Pdf.Security.UserAccessPermissions

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also