VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormField Class / PartialName Property
Syntax Exceptions Remarks Requirements SeeAlso
In This Topic
PartialName Property (PdfInteractiveFormField)
In This Topic
Gets or sets a partial name of the field.
Syntax
'Declaration

<DescriptionAttribute("Partial name of the field. For a field with no parent, the partial and fully qualified names are the same.")>
<RefreshPropertiesAttribute(Repaint)>
<DefaultValueAttribute("")>
<CategoryAttribute("Naming")>
Public Property PartialName As System.String

[Description("Partial name of the field. For a field with no parent, the partial and fully qualified names are the same.")]
[RefreshProperties(Repaint)]
[DefaultValue("")]
[Category("Naming")]
public System.String PartialName { get; set; }

Exceptions
ExceptionDescription
Thrown if value contains a dot ('.') character.
Remarks

For a field with no parent, the partial and fully qualified names are the same.

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