Click or drag to resize
Pdftools logo

DocMdpSignaturePermissions Property

The access permissions granted for this document

Note that for encrypted PDF documents, the restrictions defined by this DocMDPSignature are in addition to the document Permissions.

Namespace: PdfTools.FourHeights.PdfToolbox.Pdf.Forms
Assembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 1.0.0
Syntax
C#
public MdpPermissions Permissions { get; }

Property Value

MdpPermissions
Exceptions
ExceptionCondition
InvalidOperationExceptionif the object has already been closed
See Also