 | PdfTextBoxFieldFileSelect Property |
Gets or sets a flag indicating whether the text entered in the field represents the pathname of a file
Namespace: Patagames.Pdf.Net.AcroFormsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic bool FileSelect { get; set; }
Public Property FileSelect As Boolean
Get
Set
public:
property bool FileSelect {
bool get ();
void set (bool value);
}
member FileSelect : bool with get, set
/** @property */
public boolean get_FileSelect()
/** @property */
public void set_FileSelect(boolean value)
function get_FileSelect();
function set_FileSelect(value);
Property Value
Boolean
If true, 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