Behavior.CreatePush

Overloads

CreatePush(String)Creates a push behavior with down label.
CreatePush(String, String)Creates a push behavior with down label and rollover label.
CreatePush(String, String, ImageData, ImageData)Creates a push behavior with down label, rollover label, down image and rollover image.

CreatePush(String)

Creates a push behavior with down label.

public static PushBehavior CreatePush(string downLabel)
Shared Function CreatePush(downLabel As String) As PushBehavior

Parameters

downLabel
String

Returns

PushBehavior

Licensing Info

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

CreatePush(String, String)

Creates a push behavior with down label and rollover label.

public static PushBehavior CreatePush(string downLabel, string rolloverLabel)
Shared Function CreatePush(downLabel As String, rolloverLabel As String) As PushBehavior

Parameters

downLabel
String

rolloverLabel
String

Returns

PushBehavior

Licensing Info

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

CreatePush(String, String, ImageData, ImageData)

Creates a push behavior with down label, rollover label, down image and rollover image.

public static PushBehavior CreatePush(string downLabel, string rolloverLabel, ImageData downImage, ImageData rolloverImage)
Shared Function CreatePush(downLabel As String, rolloverLabel As String, downImage As ImageData, rolloverImage As ImageData) As PushBehavior

Parameters

downLabel
String

rolloverLabel
String

downImage
ImageData

rolloverImage
ImageData

Returns

PushBehavior

Licensing Info

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

See Also

PushBehavior
Behavior
ceTe.DynamicPDF.PageElements.Forms

In this topic