VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotationAppearanceCharacteristics Class
Constructors Properties Methods SeeAlso
In This Topic
    PdfAnnotationAppearanceCharacteristics Class Members
    In This Topic
    The following tables list the members exposed by PdfAnnotationAppearanceCharacteristics.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PdfAnnotationAppearanceCharacteristics class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a color of the widget annotation's background.
    Public PropertyGets or sets an array of numbers in the range 0.0 to 1.0 specifying the color of the widget annotation background.
    Public PropertyGets the basic object of this tree node. (Inherited from PdfTreeNodeBase)
    Public PropertyGets or sets a RGB color of the widget annotation's border.
    Public PropertyGets or sets an array of numbers in the range 0.0 to 1.0 specifying the color of the widget annotation border.
    Public PropertyGets or sets the value indicating where to position the text of the widget annotation's caption relative to its icon.
    Public PropertyGets or sets a widget annotation's alternate (down) caption, displayed when the mouse button is pressed within its active area.
    Public PropertyGets or sets a form XObject defining the widget annotation's alternate (down) icon, displayed when the mouse button is pressed within its active area.
    Public PropertyGets or sets an icon fit properties specifying how to display the widget annotation's icon within its annotation rectangle.
    Public PropertyGets or sets a widget annotation's normal caption, displayed when it is not interacting with the user.
    Public PropertyGets or sets a form XObject defining the widget annotation's normal icon, displayed when it is not interacting with the user.
    Public PropertyGets or sets a widget annotation's rollover caption, displayed when the user rolls the cursor into its active area without pressing the mouse button.
    Public PropertyGets or sets a form XObject defining the widget annotation's rollover icon, displayed when the user rolls the cursor into its active area without pressing the mouse button.
    Public PropertyGets the parent PDF document of this tree node. (Inherited from PdfTreeNodeBase)
    Public PropertyGets the reference to an indirect object. (Inherited from PdfTreeNodeBase)
    Public PropertyGets a value indicating whether this node is changed. (Inherited from PdfTreeNodeBase)
    Public PropertyGets a value indicating whether this tree node is indirect object. (Inherited from PdfTreeNodeBase)
    Public PropertyGets a value indicating whether this node is new node (unsaved). (Inherited from PdfTreeNodeBase)
    Public PropertyGets the unique object number. (Inherited from PdfTreeNodeBase)
    Public PropertyGets or sets the number of degrees by which the widget annotation is rotated counterclockwise relative to the page.
    Public Methods
     NameDescription
    Public MethodSearches the tree node with specified object number from current node. (Inherited from PdfTreeNodeBase)
    Public MethodReturns the action, which is associated with the specified action property name. (Inherited from PdfTreeNodeBase)
    Public MethodReturns the button caption for the specified appearance state type.
    Public MethodReturns the button icon for the specified appearance state type.
    Public MethodOverloaded. Returns linearized subtree that starts from current node. (Inherited from PdfTreeNodeBase)
    Public MethodSets the action, which is associated with the specified action property name. (Inherited from PdfTreeNodeBase)
    Public MethodReturns a System.String that represents this instance. (Inherited from PdfTreeNodeBase)
    See Also