[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.StateAppearance.Image

Image Property

Image

Gets or sets an 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);
Declaration
public IXObject Image { get; set; }
Public Property Image As IXObject
See Also