Click or drag to resize
Pdf Library for .NET

PdfDocumentSecurity Class

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

Namespace: SelectPdf
Assembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntax
public class PdfDocumentSecurity

The PdfDocumentSecurity type exposes the following members.

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 propertyOwnerPasswordSets or gets the owner password.
Public propertyUserPasswordGets or sets the user password.
Top
See Also