LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

Pages Property






Gets or sets the number of pages in the annotation file or stream.
Syntax
public int Pages {get; set;}
'Declaration
 
Public Property Pages As Integer
'Usage
 
Dim instance As AnnCodecsInformation
Dim value As Integer
 
instance.Pages = value
 
value = instance.Pages
public int Pages {get; set;}
 get_Pages();
set_Pages(value);
public:
property int Pages {
   int get();
   void set (    int value);
}

Property Value

An integer value that specifies the number of pages in the annotation file or stream.
Example
For an example, refer to AnnCodecs.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnCodecsInformation Class
AnnCodecsInformation Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.