PDFView4NET WPF Edition
ResetFields Property




O2S.Components.PDFView4NET.Actions Namespace > PDFResetFormAction Class : ResetFields Property
Gets or sets a value indicating whether the fields in Fields collection should be reset or not.
Syntax
'Declaration
 
Public Property ResetFields As Boolean
'Usage
 
Dim instance As PDFResetFormAction
Dim value As Boolean
 
instance.ResetFields = value
 
value = instance.ResetFields
public bool ResetFields {get; set;}
public: __property bool get_ResetFields();
public: __property void set_ResetFields( 
   bool value
);
public:
property bool ResetFields {
   bool get();
   void set (    bool value);
}

Property Value

True if the fields in Fields collection should be reset, false otherwise. Default is true.
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

PDFResetFormAction Class
PDFResetFormAction Members