[]
Gets or sets the button's image specified by the IXObject interface.
You can use PdfImageHandler to assign an image to this property, for example:
GrapeCity.Documents.Drawing.Image img = Image.FromFile("example.png");
btn.ButtonAppearance.DownAppearance.Image = doc.ImageHandlers.GetImageHandler(img);
public IXObject Image { get; set; }
Public Property Image As IXObject