Gets or sets the image that is displayed on a
PdfButton control.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfImage Image { get; set; }
VB
Public Property Image As PdfImage
Get
Set
Property Value
Type:
PdfImageThe image displayed on the
PdfButton control. The default value is
null.
See Also