Show / Hide Table of Contents

Class SecuritySettings

This class provides information about the security settings of the specified PDF file, such as encryption and permission settings

Inheritance
System.Object
SecuritySettings
Namespace: Adobe.PDFServicesSDK.pdfjobs.results.pdfproperties
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class SecuritySettings

Properties

EncryptionSettings

Gets an EncryptionSettings instance specifying encryption settings of the PDF.

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

An EncryptionSettings instance

PermissionSettings

Gets a PermissionSettings instance specifying permissions settings of the PDF such as content copying, editing etc.

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