XFINIUM.PDF.View.Wpf Documentation
LockFieldAction Property



Xfinium.Pdf.View.Forms Namespace > PdfVisualSignatureField Class : LockFieldAction Property
Gets or sets the lock field action.
Syntax
'Declaration
 
Public Property LockFieldAction As Xfinium.Pdf.Forms.PdfSignatureLockFieldAction
'Usage
 
Dim instance As PdfVisualSignatureField
Dim value As Xfinium.Pdf.Forms.PdfSignatureLockFieldAction
 
instance.LockFieldAction = value
 
value = instance.LockFieldAction
public Xfinium.Pdf.Forms.PdfSignatureLockFieldAction LockFieldAction {get; set;}
public:
property Xfinium.Pdf.Forms.PdfSignatureLockFieldAction^ LockFieldAction {
   Xfinium.Pdf.Forms.PdfSignatureLockFieldAction^ get();
   void set (    Xfinium.Pdf.Forms.PdfSignatureLockFieldAction^ value);
}

Property Value

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

Supported .NET Platforms: .NET 4.0 and higher, Windows Presentation Foundation 4.x


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

PdfVisualSignatureField Class
PdfVisualSignatureField Members