PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / PdfFieldBase Class / Name Property

In This Topic
    Name Property (PdfFieldBase)
    In This Topic
    Gets or sets the name of the current PdfFieldBase.

    If the current object is a PdfRadioButton, the same name must be specified for all radio buttons in a group.

    Syntax
    'Declaration
     
    
    Public Property Name As String
    public string Name {get; set;}
    See Also