Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / PushButtonField Class / Widget Property

In This Topic
    Widget Property (PushButtonField)
    In This Topic
    Gets the GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation defining view properties of the button.
    Syntax
    'Declaration
     
    Public ReadOnly Property Widget As WidgetAnnotation
    public WidgetAnnotation Widget {get;}
    See Also