The image used if style is ImageOnly or ImageAndText.

Namespace: TallComponents.PDF.Annotations.Widgets
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public Bitmap Bitmap { get; set; }
Visual Basic
Public Property Bitmap As Bitmap
	Get
	Set

Remarks

Default value is nullNothingnullptra null reference (Nothing in Visual Basic).

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.

See Also