PdfTextFieldUsedForFileSelection Property |
(PDF 1.4) Gets a value indicating whether the text entered in the field represents the pathname of a file whose contents shall be submitted as the value of the field.
Default value: .
Namespace: SautinSoft.Pdf.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntaxpublic bool UsedForFileSelection { get; set; }Public Property UsedForFileSelection As Boolean
Get
Set
Property Value
Boolean if the text entered in the field represents the pathname of a file whose contents shall be submitted as the value of the field; otherwise,
.
See Also