Show / Hide Table of Contents

Class RemoveProtectionParams

Parameters for removing protection from PDF using RemoveProtectionJob.

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

Constructors

RemoveProtectionParams(String)

Creates an instance of RemoveProtectionJob with the given password.

Declaration
public RemoveProtectionParams(string password)
Parameters
Type Name Description
System.String password

the password to be used for removing protection from pdf.

Properties

Password

Gets the password to be used for removing protection from pdf.

Declaration
public string Password { get; }
Property Value
Type Description
System.String
In This Article
Back to top Copyright © 2020 Adobe. All rights reserved.