PDFView4NET WPF Edition
FieldName Property




O2S.Components.PDFView4NET.Actions Namespace > PDFHideAction Class : FieldName Property
Gets or sets the name of the field that is affected by this action.
Syntax
'Declaration
 
Public Property FieldName As String
'Usage
 
Dim instance As PDFHideAction
Dim value As String
 
instance.FieldName = value
 
value = instance.FieldName
public string FieldName {get; set;}
public: __property string* get_FieldName();
public: __property void set_FieldName( 
   string* value
);
public:
property String^ FieldName {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value specifying the name of the field that is affected by this action.
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

PDFHideAction Class
PDFHideAction Members