[]
        
(Showing Draft Content)

C1.Pdf.PdfPushButton

PdfPushButton Class

Represents a push button.

Inheritance
PdfPushButton
Namespace: C1.Pdf
Assembly: C1.Pdf.dll
Syntax
public class PdfPushButton : PdfFieldBase

Constructors

Name Description
PdfPushButton()

Initializes a new instance of the PdfPushButton class.

Properties

Name Description
Actions

Gets the collection of actions associated with the current PdfPushButton.

Active

Gets or sets a value indicating whether the current PdfPushButton is active.

Click

Gets or sets the PdfPushButton.Action invoked when the current button is clicked (corresponds to Released). This property is a shortcut to the first action in the Released collection of the current button's Actions. Note that setting this property clears the Released collection prior to assignment.

Image

Gets or sets the image displayed on the current PdfPushButton.

Layout

Gets or sets the layout of the current PdfPushButton.