TTMSFNCCustomSignatureCapture Class
Base signature capture control that records drawn points and exports the signature as image or point data.
API unit family: TMSFNCSignatureCapture
Inherits from: TTMSFNCCustomControl
Syntax
TTMSFNCCustomSignatureCapture = class(TTMSFNCCustomControl)
Properties
| Name | Description |
|---|---|
| Empty | When True, the signature contains no captured strokes; assigning True clears the signature. |
| SignaturePoints | Captured points that make up the current signature. |
Methods
| Name | Description |
|---|---|
| GetBase64Img | Returns the current signature image as a Base64-encoded image string. |
| GetImageFromStream | Creates a bitmap from image data stored in a stream. |
| LoadFromFile | Loads signature point data from a file. |
| LoadFromStream | Loads signature point data from a stream. |
| SaveToFile | Saves the captured signature point data to a file. |
| SaveToImageFile | Saves the current signature as an image file. |
| SaveToImageStream | Saves the current signature image to a stream. |
| SaveToStream | Saves the captured signature point data to a stream. |