[]
Represents the appearance of a WidgetAnnotation when it is linked with a pushbutton or a signature field.
public class ButtonAppearance : PdfDictWrapper, IPdfDict, INotifyPropertyChanged
Public Class ButtonAppearance
Inherits PdfDictWrapper
Implements IPdfDict, INotifyPropertyChanged
Name | Description |
---|---|
ButtonAppearance() | Initializes a new instance of the ButtonAppearance class. |
Name | Description |
---|---|
Caption | Gets or sets the button's caption. |
CaptionImageRelation | Gets or sets a value indicating how to position the button's caption relative to image. |
DownAppearance | Gets the StateAppearance object defining the button attributes used when the mouse button is pressed within its active area. |
Image | 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:
|
ImageScale | Gets the ImageScale object defining attributes of image scaling. |
RolloverAppearance | Gets the StateAppearance object defining the button attributes used when the user rolls the cursor into its active area without pressing the mouse button. |
Name | Description |
---|---|
PropertyChanged | Occurs when a property value changes. |