PDFView4NET WPF Edition
FileSelect Property




O2S.Components.PDFView4NET.Forms Namespace > PDFTextBoxField Class : FileSelect Property
Gets or sets a value indicating whether the field can be used for selecting a file from disk.
Syntax
'Declaration
 
Public Property FileSelect As Boolean
'Usage
 
Dim instance As PDFTextBoxField
Dim value As Boolean
 
instance.FileSelect = value
 
value = instance.FileSelect
public bool FileSelect {get; set;}
public: __property bool get_FileSelect();
public: __property void set_FileSelect( 
   bool value
);
public:
property bool FileSelect {
   bool get();
   void set (    bool value);
}

Property Value

True if the text entered in the field represents the pathname of a file whose contents are to be submitted as the value of the field. Default is false.
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

PDFTextBoxField Class
PDFTextBoxField Members