Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / WidgetAnnotation Class / Name Property

In This Topic
    Name Property (WidgetAnnotation)
    In This Topic
    Gets or sets the name of the annotation. If WidgetAnnotation is used with GrapeCity.Documents.Pdf.AcroForms.RadioButtonField then Name is used as a value.
    Syntax
    'Declaration
     
    Public Shadows Property Name As System.String
    public new System.string Name {get; set;}
    See Also