KeyStrokeEventData Class |
Namespace: pdftron.PDF
public sealed class KeyStrokeEventData : IClosable
The KeyStrokeEventData type exposes the following members.
| Name | Description | |
|---|---|---|
| KeyStrokeEventData |
The constructor for KeyStrokeEventData.For example, given the starting string "PDFTron Rocks",
and the user selected "Tron" and pasted "Net", this would be indicated with the following
constructor : KeyStrokeEventData(field_name, "PDFTron Rocks", "Net", 3, 7);
|
| Name | Description | |
|---|---|---|
| Close | ||
| Equals | (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.) |