Click or drag to resize
Pdf Library for .NET

PdfSecurityOptions Class

This class provides the options to control the pdf document security.
Inheritance Hierarchy
SystemObject
  SelectPdfPdfSecurityOptions

Namespace:  SelectPdf
Assembly:  Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 23.1
Syntax
public class PdfSecurityOptions

The PdfSecurityOptions type exposes the following members.

Constructors
  NameDescription
Public methodPdfSecurityOptions
Top
Properties
  NameDescription
Public propertyCanAccessibilityCopyContent
Allows copying page accessibility contents such as text and images.
Public propertyCanAssembleDocument
Allows inserting, rotating or deleting pages or bookmarks.
Public propertyCanCopyContent
Allows copying page contents such as text and images.
Public propertyCanEditAnnotations
Allows document annotations editing.
Public propertyCanEditContent
Allows modifying document content.
Public propertyCanFillFormFields
Allows filling in form fields.
Public propertyCanPrint
Allows printing.
Public propertyOwnerPassword
Sets or gets the owner password.
Public propertyUserPassword
Gets or sets the user password.
Top
Remarks
The HtmlToPdfOptions class defines a reference to an object of this type.
See Also