Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / AnnotationBase Class / AppearanceState Property

In This Topic
    AppearanceState Property
    In This Topic
    Gets or sets the annotation’s appearance state, which selects the applicable appearance stream from an appearance sub-dictionary. Note! If you change this property then GcPdf will NOT automatically generates appearance content streams in AppearanceStreams. See PDF specification for more details.
    Syntax
    'Declaration
     
    Public Property AppearanceState As System.String
    public System.string AppearanceState {get; set;}
    See Also