Gets all the appearances of the annotation.

 

   

Syntax
 

[C#]
virtual List<FormXObject> GetAppearances()

[Visual Basic]
Overridable Function GetAppearances() As List(Of FormXObject)

 

   

Params
 
Name Description
return The appearances

 

   

Notes
 

Gets all the appearances of the annotation.

 

   

Example
 
None.