SignatureLockFieldMode Property
Gets or sets the mode for applying the field lock.
Syntax
'Declaration Public Property SignatureLockFieldMode As PDFSignatureLockFieldMode
'Usage Dim instance As PDFSignatureLockFieldAction Dim value As PDFSignatureLockFieldMode instance.SignatureLockFieldMode = value value = instance.SignatureLockFieldMode
public PDFSignatureLockFieldMode SignatureLockFieldMode {get; set;}
Property Value
A value which, in conjunction with Fields, indicates the set of fields that should be locked.Requirements
Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also