LEADTOOLS Image File Support (Leadtools.Codecs assembly)

PageCount Property

Show in webframe







Gets the number of pages being loaded or saved.
Syntax
public int PageCount {get;}
'Declaration
 
Public ReadOnly Property PageCount As Integer
'Usage
 
Dim instance As CodecsPageEventArgs
Dim value As Integer
 
value = instance.PageCount
public int PageCount {get;}
@property (nonatomic, readonly, assign) unsigned int pageCount;
public int getPageCount()
 get_PageCount(); 
public:
property int PageCount {
   int get();
}

Property Value

The number of pages being loaded or saved.
Example
For an example, refer to RasterCodecs.LoadPage.
Requirements

Target Platforms

See Also

Reference

CodecsPageEventArgs Class
CodecsPageEventArgs Members

 

 


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