PushBehavior Constructors

Overloads

PushBehavior(ImageData)Initializes a new instance of the PushBehavior class.
PushBehavior(ImageData, ImageData)Initializes a new instance of the PushBehavior class.
PushBehavior(String)Initializes a new instance of the PushBehavior class.
PushBehavior(String, ImageData)Initializes a new instance of the PushBehavior class.
PushBehavior(String, String)Initializes a new instance of the PushBehavior class.
PushBehavior(String, String, ImageData, ImageData)Initializes a new instance of the PushBehavior class.

PushBehavior(ImageData)

Initializes a new instance of the PushBehavior class.

public PushBehavior(ImageData downImage)
Public Sub New (downImage As ImageData)

Parameters

downImage
ImageData

A down icon image on push button.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

PushBehavior(ImageData, ImageData)

Initializes a new instance of the PushBehavior class.

public PushBehavior(ImageData downImage, ImageData rolloverImage)
Public Sub New (downImage As ImageData, rolloverImage As ImageData)

Parameters

downImage
ImageData

A down icon image on push button.

rolloverImage
ImageData

A rollover icon image on push button.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

PushBehavior(String)

Initializes a new instance of the PushBehavior class.

public PushBehavior(string downLabel)
Public Sub New (downLabel As String)

Parameters

downLabel
String

A Label/caption on push button.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

PushBehavior(String, ImageData)

Initializes a new instance of the PushBehavior class.

public PushBehavior(string downLabel, ImageData downImage)
Public Sub New (downLabel As String, downImage As ImageData)

Parameters

downLabel
String

A Label/caption on push button.

downImage
ImageData

A down icon image on push button.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

PushBehavior(String, String)

Initializes a new instance of the PushBehavior class.

public PushBehavior(string downLabel, string rolloverLabel)
Public Sub New (downLabel As String, rolloverLabel As String)

Parameters

downLabel
String

A down label on push button.

rolloverLabel
String

A rollover label on push button.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

PushBehavior(String, String, ImageData, ImageData)

Initializes a new instance of the PushBehavior class.

public PushBehavior(string downLabel, string rolloverLabel, ImageData downImage, ImageData rolloverImage)
Public Sub New (downLabel As String, rolloverLabel As String, downImage As ImageData, rolloverImage As ImageData)

Parameters

downLabel
String

A down label on push button.

rolloverLabel
String

A rollover label on push button.

downImage
ImageData

A down icon image on push button.

rolloverImage
ImageData

A rollover icon image on push button.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

PushBehavior
ceTe.DynamicPDF.PageElements.Forms

In this topic