Property Bitmap
Namespace TallComponents.PDF.Annotations.Widgets
Class SignatureAppearance
The image used if style is ImageOnly or ImageAndText.
Default value is .
The caller is resposible for disposing the bitmap. You may dispose the bitmap the bitmap after the setter is finished.
In other styles this property has no meaning.
If both a Bitmap and a TopazSignature are provided the TopazSignature will be used only.
Syntax
public Bitmap Bitmap { get; set; }
Property value
Bitmap