Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / StateAppearance Class
Properties

In This Topic
    StateAppearance Class Members
    In This Topic

    The following tables list the members exposed by StateAppearance.

    Public Properties
     NameDescription
    Public PropertyGets or sets the button caption.  
    Public PropertyGets 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