XFINIUM.PDF Documentation
LockFieldAction Property



Gets or sets the lock field action.
Syntax
'Declaration
 
Public Property LockFieldAction As PdfSignatureLockFieldAction
'Usage
 
Dim instance As PdfSignatureField
Dim value As PdfSignatureLockFieldAction
 
instance.LockFieldAction = value
 
value = instance.LockFieldAction
public PdfSignatureLockFieldAction LockFieldAction {get; set;}
public:
property PdfSignatureLockFieldAction^ LockFieldAction {
   PdfSignatureLockFieldAction^ get();
   void set (    PdfSignatureLockFieldAction^ value);
}

Property Value

The lock field action that is executed when the signature field is signed.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


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

PdfSignatureField Class
PdfSignatureField Members

Send Feedback