Click or drag to resize

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.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntax
public bool UsedForFileSelection { 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