StateAppearance Class Members
In This Topic
The following tables list the members exposed by StateAppearance.
Public Properties
| Name | Description |
| Caption | Gets or sets the button caption. |
| Image | Gets or sets an image specified by the GrapeCity.Documents.Pdf.Graphics.IXObject interface.
You can use GrapeCity.Documents.Pdf.Graphics.Images.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); |
Top
See Also