AutoKeyFinish | Completes the auto key generation function. |
AutoKeyStart | Initializes the automatic key generation function which derives a key from the data fed to it via SetAutoKeyData |
BeginInvoke (inherited from Control) | Overloaded.
Executes the specified delegate asynchronously with the specified arguments, on the thread that the control's underlying handle was created on.
|
BringToFront (inherited from Control) |
Brings the control to the front of the z-order.
|
ClearSigWindow | Erases data either inside or outside of of sig window based on value of short inside. |
ClearTablet | Clears the signature object of ink. |
Contains (inherited from Control) |
Retrieves a value indicating whether the specified control is a child of the control.
|
CreateControl (inherited from Control) |
Forces the creation of the control, including the creation of the handle and any child controls.
|
CreateGraphics (inherited from Control) |
Creates the Graphics object for the control.
|
CreateObjRef (inherited from MarshalByRefObject) |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
|
Dispose (inherited from Component) | Overloaded.
Releases all resources used by the Component.
|
DoDragDrop (inherited from Control) |
Begins a drag-and-drop operation.
|
EndInvoke (inherited from Control) |
Retrieves the return value of the asynchronous operation represented by the IAsyncResult object passed.
|
Equals (inherited from Object) |
Determines whether the specified Object is equal to the current Object.
|
ExportSigFile | Writes out a signature file in the Topaz image-free raw tablet data vector file format (.sig extension). |
FindForm (inherited from Control) |
Retrieves the form that the control is on.
|
Focus (inherited from Control) |
Sets input focus to the control.
|
GetAnnotate | Returns current ASCII Annotation string. |
GetChildAtPoint (inherited from Control) |
Retrieves the child control that is located at the specified coordinates.
|
GetContainerControl (inherited from Control) |
Returns the next ContainerControl up the control's chain of parent controls.
|
GetDisplayAnnotate | Gets the current setting to display Annotation. |
GetDisplayAnnotatePosX | Gets the current X position for the start of the Annotation String in the signature box. |
GetDisplayAnnotatePosY | Gets the current Y position for the start of the Annotation String in the signature box. |
GetDisplayAnnotateSize | Gets current Y size in pixels of the Annotation start in the signature box. |
GetDisplayMode | NOT CURRENTLY IMPLEMENTED |
GetDisplayPenWidth | Current pen ink width for the displayed signature in pixels. |
GetDisplayRotate | Value of rotation on a 360 degree axis for signature display. |
GetDisplayRotateSave | Gets state of DisplayRotateSave |
GetDisplayTimeStamp | Gets the current setting for bean to display Time Stamp. |
GetDisplayTimeStampPosX | Gets the current X position for the start of the Time Stamp String in the signature box. |
GetDisplayTimeStampPosY | Gets the current Y position for the start of the Time Stamp String in the signature box. |
GetDisplayTimeStampSize | Gets the Y size in pixels of the Time Stamp in the signature box. |
GetDisplayWindowRes | Gets state of DisplayWindowRes. |
GetEncryptionMode | Returns current EncryptionMode. |
GetHashCode (inherited from Object) |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
|
GetImageAnnotate | Gets the current setting for bean to display Annotation as it applies to the WriteImageFile method |
GetImageAnnotatePosX | Gets the current X position for the start of the Annotation String in the signature box as it applies to the WriteImageFile method. |
GetImageAnnotatePosY | Gets the current Y posiiton for the start of the Annotation String in the signature box as it applies to the WriteImageFile method. |
GetImageAnnotateSize | Gets current Y size in pixels of the Annotation start in the signature box as it applies to the WriteImageFile method. |
GetImageFileFormat | Returns the current setting of the image file format. |
GetImagePenWidth | Gets current pen ink width as it applies to the WriteImageFile method. |
GetImageTimeStamp | Gets the current setting for bean to display Time Stamp as it applies to the WriteImageFile method. |
GetImageTimeStampPosX | Gets X position of the start of the Time Stamp in the signature box as it applies to the WriteImageFile method. |
GetImageTimeStampPosY | Gets the current Y position in pixels for the start of the Time Stamp as it applies to the WriteImageFile method. |
GetImageTimeStampSize | Gets the Y size in pixels of the Time Stamp in the signature box as it applies to the WriteImageFile method. |
GetImageXSize | Gets the current width in X pixels of the image as it applies to the WriteImageFile method. |
GetImageYSize | Gets the current height in Y pixels of the image as it applies to the WriteImageFile method. |
GetJustifyMode | Gets the current justification mode- how the signature is sized and positioned in the signature box as well as when using the WriteImageFile method. |
GetJustifyX | Gets the Justification X buffer size in pixels for display. |
GetJustifyY | Gets the Justification Y buffers size in pixels for display. |
GetKeyReceipt | Returns a 32 bit value that is uniquely derived from the key, it can be used to verify that a document has not been modified if the Auto key feature was used to generate the key. |
GetKeyReceiptAscii | Returns the key receipt as a 8 character ascii hex string |
GetKeyString | Provides hash of the encryption data in ASCII compatible format. |
GetLCDCaptureMode | Gets the current LCD Capture Mode for the tablet. |
GetLifetimeService (inherited from MarshalByRefObject) |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
|
GetNextControl (inherited from Control) |
Retrieves the next control forward or back in the tab order of child controls.
|
GetSaveSigInfo | Returns whether SaveSigInfo is active. |
GetSigCompressionMode | Returns compression mode for signatures. |
GetSigImage | Renders and returns a .NET Image, using ImageX and YSizes and Image pen width. |
GetSigReceipt | Returns a 32 bit reciept similiar to the key receipt. Forms receipt by using the auto key generation algorithm on the signature file and the result can be used to verify that the signature has not been modified. |
GetSigReceiptAscii | Same as GetKeyReceiptAscii, but for Sig receipt |
GetSigString | SigString as ASCII hex string. |
GetTabletBaudRate | Returns the current TabletBaudRate. |
GetTabletComPort | Returns the current COM port setting. |
GetTabletComTest | Gets current harware check mode, can be used to determine if tablet is connected or which port tablet is connected to. |
GetTabletFilterPoints | Returns the current TabletFilterPoints. |
GetTabletLogicalXSize | Returns current horizontal values used in representing signatures in Logical Tablet Coordinates. |
GetTabletLogicalYSize | Returns current vertical values used in representing signatures in Logical Tablet Coordinates. |
GetTabletResolution | Returns current TabletResolution. |
GetTabletRotation | Gets the current orientation on a 360 degree axis for display of tablet data. The data in the sig representation is stored in the native tablet orientation. |
GetTabletState | Indicates capture state of the tablet. |
GetTabletTimingAdvance | Gets current TabletTimingAdvance. |
GetTabletType | Gets TabletType value. |
GetTabletXStart | Current X position in Logical Tablet Coordinates of the upper left hand corner of the component signature box. |
GetTabletXStop | Returns the X position of the bottom right corner of the signature box in Logical Tablet Coordinates. |
GetTabletYStart | Returns the Y position of the top left corner of the signature box in Logical Tablet Coordinates. |
GetTabletYStop | Returns the Y position of the bottom right corner of the signature box in Logical Tablet Coordinates. |
GetTimeStamp | Returns the time stamp string for the signature. |
GetType (inherited from Object) |
Gets the Type of the current instance.
|
Hide (inherited from Control) |
Conceals the control from the user.
|
ImportSigFile | Control Clears the current signature, reads in a signature file in the Topaz vector file format, and displays it. |
InitializeLifetimeService (inherited from MarshalByRefObject) |
Obtains a lifetime service object to control the lifetime policy for this instance.
|
Invalidate (inherited from Control) | Overloaded.
Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control.
|
Invoke (inherited from Control) | Overloaded.
Executes the specified delegate, on the thread that owns the control's underlying window handle, with the specified list of arguments.
|
KeyPadAddHotSpot | Defines in software the location of a tablet HotSpot. |
KeyPadClearHotSpotList | Clears the control's internal list of HotSpots. |
KeyPadQueryHotSpot | Queries whether the specified HotSpot has been tapped by the user. |
LCDClear | Erases the LCD display |
LCDRefresh | Sends refresh command to tablet. |
LCDSendCmdString | Method used to send commands to Topaz LCD Tablets. NOT CURRENTLY FOR DEVELOPER USE. |
LCDSendGraphic | This writes an image to the LCD. |
LCDSetWindow | Sets a signature window that restricts the ink of the SigPlus object to said window on the LCD itself |
LCDStringHeight | Takes a string and a .NET font and hand back how tall the string is in pixels. |
LCDStringWidth | Takes a string and a .NET font and hand back how wide the string is in pixels. |
LCDWriteString | Used to write the image data to the LCD Display. |
NumberOfTabletPoints | Returns the total number of points in the current signature and can be used to detect if a singature is present or not. |
PerformLayout (inherited from Control) | Overloaded.
Forces the control to apply layout logic to all its child controls.
|
PointToClient (inherited from Control) |
Computes the location of the specified screen point into client coordinates.
|
PointToScreen (inherited from Control) |
Computes the location of the specified client point into screen coordinates.
|
PreProcessMessage (inherited from Control) |
Preprocesses input messages within the message loop before they are dispatched.
|
RectangleToClient (inherited from Control) |
Computes the size and location of the specified screen rectangle in client coordinates.
|
RectangleToScreen (inherited from Control) |
Computes the size and location of the specified client rectangle in screen coordinates.
|
Refresh (inherited from Control) |
Forces the control to invalidate its client area and immediately redraw itself and any child controls.
|
ResetBackColor (inherited from Control) |
Resets the BackColor property to its default value.
|
ResetBindings (inherited from Control) |
Resets the DataBindings property to its default value.
|
ResetCursor (inherited from Control) |
Resets the Cursor property to its default value.
|
ResetFont (inherited from Control) |
Resets the Fontproperty to its default value.
|
ResetForeColor (inherited from Control) |
Resets the ForeColor property to its default value.
|
ResetImeMode (inherited from Control) |
Resets the ImeMode property to its default value.
|
ResetRightToLeft (inherited from Control) |
Resets the RightToLeft property to its default value.
|
ResetText (inherited from Control) |
Resets the Text property to its default value.
|
ResumeLayout (inherited from Control) | Overloaded.
Resumes normal layout logic.
|
Scale (inherited from Control) | Overloaded.
Scales the control and any child controls to the specified ratio.
|
Select (inherited from Control) | Overloaded.
Activates the control.
|
SelectNextControl (inherited from Control) |
Activates the next control.
|
SendToBack (inherited from Control) |
Sends the control to the back of the z-order.
|
SetAnnotate | Sets Annotation string. |
SetAutoKeyData | Adds data to the auto key generation function. |
SetBounds (inherited from Control) | Overloaded.
Sets the bounds of the control to the specified location and size.
|
SetDisplayAnnotate | Sets the ASCII line character. |
SetDisplayAnnotateData | Sets the component to display the Annotation string. |
SetDisplayAnnotatePosX | Sets the X position in pixels of the start of the Annotation string in the signature box. |
SetDisplayAnnotatePosY | Sets the Y position in pixels of the start of the Annotation string in the signature box. |
SetDisplayAnnotateSize | Sets the Y size in pixels of the Annotation start of the Time Stamp in the signature box. |
SetDisplayMode | NOT CURRENTLY IMPLEMENTED |
SetDisplayPenWidth | Sets pen width for displayed signatures in pixels. |
SetDisplayRotate | Sets mode allowing signature rotation ofter capture. |
SetDisplayRotateSave | Sets mode allowing signature rotation and the save of signature in rotated format after capture. |
SetDisplayTimeStamp | Sets the component to display the Time Stamp. |
SetDisplayTimeStampData | Sets display screen info for Time and Date stamp. |
SetDisplayTimeStampPosX | Sets the X position in pixels of the start of the Time Stamp in the signature box. |
SetDisplayTimeStampPosY | Sets the Y position in pixels of the start of the Time Stamp in the signature box. |
SetDisplayTimeStampSize | Sets the Y size in pixels of the Time Stamp in the signature box. |
SetDisplayWindowRes | Sets mode which renders signatures in lower (screen) resolution for compatibility in printing directly from VB. |
SetEncryptionMode | Sets the encryption mode used for capturing signatures. |
SetImageAnnotate | Sets whether or not the annotation is being displayed as it applies to the WriteImageFile method. |
SetImageAnnotateData | Sets the component to display the Annotation string as it applies to the WriteImageFile method. |
SetImageAnnotatePosX | Sets the X position in pixels of the start of the Annotation string as it applies to the WriteImageFile method. |
SetImageAnnotatePosY | Sets the Y position in pixels of the start of the Annotation string as it applies to the WriteImageFile method. |
SetImageAnnotateSize | Sets the size in pixels of the Annotation as it applies to the WriteImageFile method. |
SetImageFileFormat | Sets the current format to use for Image files. The default is .BMP. |
SetImagePenWidth | Sets pen width for the image in pixels as it applies to the WriteImageFile method. |
SetImageTimeStamp | Sets the component to display the Time Stamp as it applies to the WriteImageFile method. |
SetImageTimeStampData | Sets display screen info for Time and Date stamp. |
SetImageTimeStampPosX | Sets the X position in pixels of the start of the Time Stamp as it applies to the WriteImageFile method. |
SetImageTimeStampPosY | Sets the Y position in pixels of the start of the Time Stamp as it applies to the WriteImageFile method. |
SetImageTimeStampSize | Sets the size in pixels of the Time Stamp as it applies to the WriteImageFile method. |
SetImageXSize | Sets the number of X pixels in the image provided by the WriteImageFile method. |
SetImageYSize | Sets the number of Y pixels in the image provided by the WriteImageFile method. |
SetJustifyMode | Sets the current justification mode- how the signature is sized and positioned in the signature box as well as when using the WriteImageFile method. |
SetJustifyX | Sets the buffer size in Logical Tablet Coordinates of "dead space" of left and right edge of SigPlus object if JustifyMode is 1-5. This method functions for both the signature box as well as when using the WriteImageFile method. |
SetJustifyY | Sets the buffer size in Logical Tablet Coordinates of "dead space" of top and bottom edge of SigPlus object if JustifyMode is 1-5. This method functions for both the signature box as well as when using the WriteImageFile method. |
SetKeyString | Sets the Key String into the SigPlus component |
SetLCDCaptureMode | Sets the current LCD Capture Mode for the tablet. |
SetSaveSigInfo | Enables/Disables the saving of TimeStamp and Annotate data in the signature. |
SetSigCompressionMode | Sets the current compression mode for signatures. |
SetSigString | Sets the signature string into the SigPlus component. |
SetSigWindow | This function sets a window in the logical tablet space that restricts the operation of some functions to the specified window. |
SetTabletBaudRate | Sets the baud rate for the tablet. |
SetTabletComPort | Sets the COM port to use. |
SetTabletComTest | Sets hardware test mode. |
SetTabletFilterPoints | Sets the TabletFilterPoints. |
SetTabletLogicalXSize | Sets the Range of horizontal values to be used in representing signatures. |
SetTabletLogicalYSize | Sets the range of vertical values to be used in representing signatures. |
SetTabletResolution | Sets tablet hardware resolution. |
SetTabletRotation | Sets the orientation on a 360 degree axis for display of tablet data. |
SetTabletState | Opens port to enable signature capture. |
SetTabletTimingAdvance | Sets the TabletTimingAdvance. |
SetTabletType | Determines if the tablet will accept data from a com port, WinTab driver, USB driver or other method of data input. |
SetTabletXStart | Sets the X position of the top left corner of the signature box in Logical Tablet Coordinates. |
SetTabletXStop | Sets the X position of the bottom right corner of the signature box in Logical Tablet Coordinates. |
SetTabletYStart | Sets the Y position of the top left corner of the signature box in Logical Tablet Coordinates. |
SetTabletYStop | Sets the Y position of the bottom right corner of the signature box in Logical Tablet Coordinates. |
SetTimeStamp | Sets the Time Stamp for the signature. |
Show (inherited from Control) |
Displays the control to the user.
|
Sleep | |
SuspendLayout (inherited from Control) |
Temporarily suspends the layout logic for the control.
|
ToString (inherited from Component) | |
Update (inherited from Control) |
Causes the control to redraw the invalidated regions within its client area.
|
WriteImageFile | The control will write out a signature file in the current Image file format. |