VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormTextField Class / IsFileSelect Property
Syntax Requirements SeeAlso
In This Topic
IsFileSelect Property (PdfInteractiveFormTextField)
In This Topic
Gets or sets a value indicating whether this field is file select.
Syntax
'Declaration

<CategoryAttribute("Common")>
<DefaultValueAttribute(False)>
<DescriptionAttribute("A value indicating whether this field is file select.")>
Public Property IsFileSelect As Boolean

[Category("Common")]
[DefaultValue(False)]
[Description("A value indicating whether this field is file select.")]
public bool IsFileSelect { get; set; }

Property Value

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;
false - the field is NOT file select.

Value of this property is a part of inheritable flag group.
Property value is taken from the field flags if at least one flag is specified explicitly.
Property value is taken from the field flags of the field parent in the field hierarchy if not one flag is specified explicitly.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also