Namespace TallComponents.PDF.Annotations.Widgets
Class PushButtonWidget
A push button widget is a specialized widget.
You can retrieve an existing Widget from the Widgets property of the Field class or Page class.
Syntax
        public class PushButtonWidget
                 : Widget
    
        Constructors
PushButtonWidget()
            Create a new PDF form field Push button Widget.
        
        
            PushButtonWidget(Double,Double,Double,Double)
            Create a new PDF form field Push button Widget.
        
Properties
Boolean HasIcon
            Checks if an icon is present.
        
        
            PushButtonWidget/XfaHighlight Highlight
            Controls the graphic treatment of the button when activated in an interactive environment.
        
        
            String Label
            The label for the button.
        
        
            PushButtonLayout Layout
            The Layout mode for this push button widget.