Click or drag to resize

PdfPushButtonControl Class

Represents a widget annotations that are associated with PdfPushButtonField fields.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfControl
    Patagames.Pdf.Net.AcroFormsPdfPushButtonControl

Namespace:  Patagames.Pdf.Net.AcroForms
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntax
public class PdfPushButtonControl : PdfControl

The PdfPushButtonControl type exposes the following members.

Constructors
  NameDescription
Public methodPdfPushButtonControl
Create a new push button control and assign it to the specified field.
Top
Properties
  NameDescription
Public propertyCaptionPosition
Gets or sets a code indicating where to position the text of the widget annotation’s caption relative to its icon
Public propertyDownCaption
Gets or sets the controls alternate (down) caption, displayed when the mouse button is pressed within its active area.
Public propertyNormalCaption
Gets or sets the controls normal caption, displayed when it is not interacting with the user.
Public propertyRolloverCaption
Gets or sets the controls rollover caption, displayed when the user rolls the cursor into its active area without pressing the mouse button.
Top
See Also