The default value asociated with this field. (the setter can be used if EmbedImageData = true only)

Namespace: TallComponents.PDF.Forms.Fields
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

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

Remarks

The DefaultPathValue setter can be used when EmbedImageData = false.

See Also