Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / ButtonAppearance Class
Properties Methods Events

In This Topic
    ButtonAppearance Class Members
    In This Topic

    The following tables list the members exposed by ButtonAppearance.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ButtonAppearance class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the button's caption.  
    Public PropertyGets or sets a value indicating how to position the button's caption relative to image.  
    Public PropertyGets the StateAppearance object defining the button attributes used when the mouse button is pressed within its active area.  
    Public PropertyGets or sets the button's 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);

     
    Public PropertyGets the ImageScale object defining attributes of image scaling.  
    Public PropertyGets the PDF object ID. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase)
    Public PropertyGets the underlying GrapeCity.Documents.Pdf.Spec.IPdfDict. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper)
    Public PropertyGets the underlying GrapeCity.Documents.Pdf.Spec.IPdfObject. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapper<IPdfDict>)
    Public PropertyGets the StateAppearance object defining the button attributes used when the user rolls the cursor into its active area without pressing the mouse button.  
    Top
    Public Methods
     NameDescription
    Public MethodGets the System.IO.Stream object containing the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. Note! The stream should be disposed after usage. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase)
    Public MethodGets the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase)
    Public MethodGets the GrapeCity.Documents.Pdf.Spec.PdfStreamInfo object containing the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. Note! The stream should be disposed after usage. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase)
    Top
    Public Events
     NameDescription
    Public EventOccurs when a property value changes.  
    Top
    See Also