Show / Hide Table of Contents

Class Permissions

Document Permissions for ProtectPDFJob.

Inheritance
System.Object
Permissions
Namespace: Adobe.PDFServicesSDK.pdfjobs.parameters.protectpdf
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class Permissions

Constructors

Permissions()

Constructs a new Permissions instance.

Declaration
public Permissions()

Methods

AddPermission(Permission)

Adds a document Permission in the permissions object.

Declaration
public void AddPermission(Permission permission)
Parameters
Type Name Description
Permission permission

a document permission; can not be null

GetValues()

Returns the intended set of document permissions values.

Declaration
public HashSet<Permission> GetValues()
Returns
Type Description
System.Collections.Generic.HashSet<Permission>

the set of document permissions

In This Article
Back to top Copyright © 2020 Adobe. All rights reserved.