LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

Pages Property

Show in webframe





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:
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 C#/VB examples, refer to AnnCodecs.

Requirements

Target Platforms

See Also

Reference

AnnCodecsInformation Class
AnnCodecsInformation Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.