Behavior
To specify the field's highlighting mode. The visual effect to be used when the mouse button is pressed or held down inside its active area.
public class Behavior
Public Class Behavior
Inheritance: ObjectBehavior
Derived: PushBehavior
Licensing Info
This class is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
Properties
Invert | Invert the contents of a field's rectangle. |
None | No highlighting. |
Outline | Invert the field’s border. |
Push | The field's rectangle to appear as if it were being “pushed” below the surface of the page. |
Methods
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. |
Equals(Object) | Determines whether the specified Object is equal to the current Object . (Inherited from Object) |
GetHashCode() | Serves as a hash function for a particular type. (Inherited from Object) |
GetType() | Gets the Type of the current instance. (Inherited from Object) |
ToString() | Returns a String that represents the current Object . (Inherited from Object) |