Class KeyStrokeActionResult
A class that contains information from a KeyStrokeAction.
Inheritance
System.Object
KeyStrokeActionResult
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public class KeyStrokeActionResult : IDisposable
Methods
Dispose()
Destructor
Declaration
public override sealed void Dispose()
Dispose(Boolean)
Declaration
[HandleProcessCorruptedStateExceptions]
protected virtual void Dispose(bool A_0)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | A_0 |
Finalize()
Declaration
protected void Finalize()
GetText()
The new text to be added. For example, getText() could return an upper case version of the text entered by user.
Declaration
public string GetText()
Returns
Type | Description |
---|---|
System.String |
IsValid()
Indicates whether the added text passed validation.
Declaration
public bool IsValid()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IDisposable