Fields Property (PDFSignatureLockFieldAction)
Gets or sets the fields to be locked.
Syntax
'Declaration Public Property Fields As String()
'Usage Dim instance As PDFSignatureLockFieldAction Dim value() As String instance.Fields = value value = instance.Fields
public string[] Fields {get; set;}
Property Value
The list of fields to be locked when the signature lock is applied.Requirements
Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also