| Visual Basic (Declaration) | |
|---|---|
Public Property Pages As Integer  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public int Pages {get; set;}  | |
Return Value
An integer value that specifies the number of pages in the annotation file or stream.For C#/VB examples, refer to AnnCodecs.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family
  
   
                           
Copy Code