Click or drag to resize

CPDFPermissionsInfo Class

File permission related class includes whether to allow printing, modifying and so on.
Inheritance Hierarchy
SystemObject
  ComPDFKit.PDFDocumentCPDFPermissionsInfo

Namespace:  ComPDFKit.PDFDocument
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public class CPDFPermissionsInfo

The CPDFPermissionsInfo type exposes the following members.

Constructors
  NameDescription
Public methodCPDFPermissionsInfo
Initializes a new instance of the CPDFPermissionsInfo class
Top
Properties
  NameDescription
Public propertyAllowsCommenting
Whether to allow creating or modifying document annotations, including form field entries.
Public propertyAllowsCopying
Whether to allow copying of content to the Pasteboard, such as: text, image, etc.
Public propertyAllowsDocumentAssembly
Whether to allow to manage a document by inserting, deleting, and rotating pages.
Public propertyAllowsDocumentChanges
Whether to allow document changes.
Public propertyAllowsFormFieldEntry
Whether to allow modifying form field entries even if you can't edit document annotations.
Public propertyAllowsHighQualityPrinting
Whether to allow high-quality printing.
Public propertyAllowsPrinting
Whether to allow printing.
Top
See Also