PDFView4NET WPF Edition
Fields Property (PDFSignatureLockFieldAction)




O2S.Components.PDFView4NET.Forms Namespace > PDFSignatureLockFieldAction Class : Fields Property
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;}
public: __property string*[]* get_Fields();
public: __property void set_Fields( 
   string*[][]* value
);
public:
property array<String^>^ Fields {
   array<String^>^ get();
   void set (    array<String^>^ value);
}

Property Value

The list of fields to be locked when the signature lock is applied.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFSignatureLockFieldAction Class
PDFSignatureLockFieldAction Members