Signature Property |
Top Previous Next |
Returns a string expression that represents the signature as a bitmap. Not available at design time. Read-only at runtime. Syntax Control.Signature = cBitmap Parameters cBitmap Returns. the signature as a bitmap. To display the signature bitmap use an image control and assign the string to the PictureVal property.
The signature control provides two different representations of the current signature. The Value property contains proprietary binary data to re-create the signature. The Value property can be changed to read and write signatures into a table. The ControlSource property refers to this binary data.
The Signature property returns a bitmap with the current signature. You cannot load an existing bitmap into the signature control. To display a signature stored as a bitmap use an image control. Remarks Applies to: Signature See also |