Gets the action of this field lock.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfSignatureFieldLockAction Action { get; }
VB
Public ReadOnly Property Action As PdfSignatureFieldLockAction
Get
Property Value
Type:
PdfSignatureFieldLockAction
The action of this field lock.
See Also