ImageGear .NET - Updated October 2, 2018
FileSelect Property




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > TextField Class : FileSelect Property
Gets or sets a value indicating whether the text entered in the field represents the pathname of a file whose contents are to be submitted as the value of the field.
Syntax
'Declaration
 
Public Property FileSelect As Boolean
 
'Usage
 
Dim instance As TextField
Dim value As Boolean
 
instance.FileSelect = value
 
value = instance.FileSelect

Property Value

Whether the text entered in the field represents the pathname of a file whose contents are to be submitted as the value of the field.
See Also

Reference

TextField Class
TextField Members