Annotation UpdateAppearance Function. Update the Appearance Stream for this annotation. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Update the Appearance Stream for this annotation.

 

   
Syntax  

[C#]
void UpdateAppearance()

[Visual Basic]
Sub UpdateAppearance()

 

   

Params
 
Name Description
none n/a.

 

   

Notes
 

Update the Appearance Stream for this Annotation.

Annotations often have appearance streams which define how they appear on the page when displayed or printed. ABCpdf understands a variety of annotation types and can create an appropriate stream when requested.

Calling this function will result in the appearance stream being updated or (if one does not already exist) created.

 

   

Example
 

None.