Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / AnnotationBase Class / RemoveAppearance Method

In This Topic
    RemoveAppearance Method
    In This Topic
    Removes all appearance streams associated with the current annotation, and disables generation of appearance steams for this annotation when the document is saved.

    Note that if any property affecting the annotation's appearance (such as Rect) is then changed, the appearance streams will be regenerated. So this method would usually be called after initializing all annotation's properties.

    Syntax
    'Declaration
     
    Public Sub RemoveAppearance() 
    public void RemoveAppearance()
    See Also