Click or drag to resize

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.AcroForms
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public bool FileSelect { get; set; }

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