Show / Hide Table of Contents

Class PasswordProtectParams

Parameters for securing PDF file with passwords and document permissions using ProtectPDFJob.

Inheritance
System.Object
ProtectPDFParams
PasswordProtectParams
Implements
IPDFServicesJobParams
Inherited Members
ProtectPDFParams.PasswordProtectParamsBuilder()
Namespace: Adobe.PDFServicesSDK.pdfjobs.parameters.protectpdf
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class PasswordProtectParams : ProtectPDFParams, IPDFServicesJobParams

Properties

ContentEncryption

Gets the type of ContentEncryption for the resulting encrypted PDF file.

Declaration
public ContentEncryption ContentEncryption { get; }
Property Value
Type Description
ContentEncryption

EncryptionAlgorithm

Gets the EncryptionAlgorithm of the resulting encrypted PDF file.

Declaration
public EncryptionAlgorithm? EncryptionAlgorithm { get; }
Property Value
Type Description
System.Nullable<EncryptionAlgorithm>

OwnerPassword

Gets the owner password of the resulting encrypted PDF file.

Declaration
public string OwnerPassword { get; }
Property Value
Type Description
System.String

Permissions

Gets the document Permissions for the resulting encrypted PDF file.

Declaration
public Permissions Permissions { get; }
Property Value
Type Description
Permissions

UserPassword

Gets the user password of the resulting encrypted PDF file.

Declaration
public string UserPassword { get; }
Property Value
Type Description
System.String

Implements

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