XFINIUM.PDF Documentation
PdfDigitalSignatureAllowedChanges Enumeration



Xfinium.Pdf.DigitalSignatures Namespace : PdfDigitalSignatureAllowedChanges Enumeration
Specifies the allowed changes to a document after applying a digital signature.
Syntax
'Declaration
 
Public Enum PdfDigitalSignatureAllowedChanges 
   Inherits System.Enum
'Usage
 
Dim instance As PdfDigitalSignatureAllowedChanges
public enum PdfDigitalSignatureAllowedChanges : System.Enum 
public enum class PdfDigitalSignatureAllowedChanges : public System.Enum 
Members
MemberDescription
AllowFormFilling Permitted changes shall be filling in forms, instantiating page templates, and signing; other changes shall invalidate the signature.
AllowFormFillingAndAnnotationsPermitted changes shall be the same as for AllowFormFilling, as well as annotation creation, deletion, and modification; other changes shall invalidate the signature.
NoChangesAllowed No changes to the document shall be permitted; any change to the document shall invalidate the signature.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xfinium.Pdf.DigitalSignatures.PdfDigitalSignatureAllowedChanges

Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

Xfinium.Pdf.DigitalSignatures Namespace