Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
Represents an abstract class for button fields.
Inheritance Hierarchy
Bytescout.PDFAnnotation
Bytescout.PDFWidget
Bytescout.PDFField
Bytescout.PDFButtonField
Bytescout.PDFCheckBox
Bytescout.PDFPushButton
Bytescout.PDFRadioButton
Namespace: Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 2.3.0.437-master
Syntax
The ButtonField type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | BackgroundColor |
Gets or sets the color of the background.
(Inherited from Widget.) |
![]() | BorderColor |
Gets or sets the color of the border.
(Inherited from Widget.) |
![]() | BorderStyle |
Gets or sets the border style.
(Inherited from Widget.) |
![]() | BorderWidth |
Gets or sets the width of the border.
(Inherited from Widget.) |
![]() | Height |
Gets or sets the height of this annotation.
(Inherited from Widget.) |
![]() | Hidden |
Gets or sets a value indicating whether this annotation is hidden.
(Inherited from Annotation.) |
![]() | Invisible |
Gets or sets a value indicating whether this annotation is invisible.
(Inherited from Annotation.) |
![]() | Left |
Gets or sets the x-coordinate of the left edge of this annotation.
(Inherited from Widget.) |
![]() | Locked |
Gets or sets a value indicating whether this annotation is locked.
(Inherited from Annotation.) |
![]() | LockedContents |
Gets or sets a value indicating whether to allow the contents of the annotation to be modified by the user.
(Inherited from Annotation.) |
![]() | Name |
Gets the partial field name.
(Inherited from Field.) |
![]() | NoExport |
Gets or sets a value indicating whether this Bytescout.PDF.Field is not exportable.
(Inherited from Field.) |
![]() | NoRotate |
Gets or sets a value indicating whether to rotate the annotation's appearance to match the rotation of the page.
(Inherited from Annotation.) |
![]() | NoView |
Gets or sets a value indicating whether to display the annotation on the screen and allow it to interact with the user.
(Inherited from Annotation.) |
![]() | NoZoom |
Gets or sets a value indicating whether to scale the annotations's appearance to match the magnification of the page.
(Inherited from Annotation.) |
![]() | OnActivated |
Gets or sets the action to be performed when the annotation is activated.
(Inherited from Widget.) |
![]() | OnBeforeFormatting |
Gets or sets the action to be performed before the field is formatted to display its current value.
(Inherited from Field.) |
![]() | OnChange |
Gets or sets the action to be performed when the field’s value is changed.
(Inherited from Field.) |
![]() | OnKeyPressed |
Gets or sets the action to be performed when the user types a keystroke into a text field or combo box
or modifies the selection in a scrollable list box.
(Inherited from Field.) |
![]() | OnLoseFocus |
Gets or sets the action to be performed when the annotation loses the input focus.
(Inherited from Widget.) |
![]() | OnMouseDown |
Gets or sets the action to be performed when the mouse button is pressed inside the annotation’s active area.
(Inherited from Widget.) |
![]() | OnMouseEnter |
Gets or sets the action to be performed when the cursor enters the annotation’s active area.
(Inherited from Widget.) |
![]() | OnMouseExit |
Gets or sets the action to be performed when the cursor exits the annotation’s active area.
(Inherited from Widget.) |
![]() | OnMouseUp |
Gets or sets the action to be performed when the mouse button is released inside the annotation’s active area.
(Inherited from Widget.) |
![]() | OnOtherFieldChanged |
Gets or sets the action to be performed to recalculate the value of this field when that of another field changes.
(Inherited from Field.) |
![]() | OnPageClose |
Gets or sets the action to be performed when the page containing the annotation is closed — for example, when the user navigates
to the next or previous page, or follows a link annotation or outline item.
(Inherited from Widget.) |
![]() | OnPageInvisible |
Gets or sets the action to be performed when the page containing the annotation is no longer
visible in the viewer application’s user interface.
(Inherited from Widget.) |
![]() | OnPageOpen |
Gets or sets the action to be performed when the page containing the annotation is opened — for example, when the user navigates
to it from the next or previous page or by means of a link annotation or outline item.
(Inherited from Widget.) |
![]() | OnPageVisible |
Gets or sets the action to be performed when the page containing the annotation becomes
visible in the viewer application’s user interface.
(Inherited from Widget.) |
![]() | OnReceiveFocus |
Gets or sets the action to be performed when the annotation receives the input focus.
(Inherited from Widget.) |
![]() |
Gets or sets a value indicating whether this annotation gets printed when the page is printed.
(Inherited from Annotation.) | |
![]() | ReadOnly |
Gets or sets a value indicating whether to allow the user to change the value of the field.
(Inherited from Field.) |
![]() | Required |
Gets or sets a value indicating whether this Bytescout.PDF.Field is required.
(Inherited from Field.) |
![]() | ToggleNoView |
Gets or sets a value indicating whether to invert the interpretation of the annotation property for certain events.
(Inherited from Annotation.) |
![]() | Top |
Gets or sets the y-coordinate of the top edge of this annotation.
(Inherited from Widget.) |
![]() | Type |
Gets the Bytescout.PDF.AnnotationType value that specifies the type of this annotation.
(Inherited from Annotation.) |
![]() | Width |
Gets or sets the width of this annotation.
(Inherited from Widget.) |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also