Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / Appearance Class
Members

In This Topic
    Appearance Class
    In This Topic
    Represents the appearance of an annotation in normal, rollover and down states.

    In the simplest case the appearance can be defined by a single GrapeCity.Documents.Pdf.Graphics.FormXObject specified by the Default property.

    In more complex cases it can be defined as a subdictionary specified by the Item property. For example, an annotation representing an interactive check box might have two appearance states named On and Off.

    See PDF specification for details.

    Object Model
    Appearance Class
    Syntax
    'Declaration
     
    Public Class Appearance 
    public class Appearance 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Pdf.Annotations.Appearance

    See Also