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

In This Topic
    DisableAppearanceGeneration Method
    In This Topic
    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 DisableAppearanceGeneration() 
    public void DisableAppearanceGeneration()
    See Also