VintaSoft Imaging .NET SDK 12.4: 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; }
    
    
    [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: __property System.String get_PartialName();
    public: __property void set_PartialName(
    System.String value
    );
    [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:
    property System.String PartialName { System.String get(); void set(System.String value); }
    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 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also