LEADTOOLS Image File Support (Leadtools.Codecs assembly)

GetTotalPagesAsync Method

Show in webframe







A Leadtools.ILeadStream containing the image data to query.
Gets the number of pages in a stream.
Syntax
public IAsyncOperation<int> GetTotalPagesAsync( 
   ILeadStream stream
)
'Declaration
 
Public Function GetTotalPagesAsync( _
   ByVal stream As ILeadStream _
) As IAsyncOperation(Of Integer)
'Usage
 
Dim instance As RasterCodecs
Dim stream As ILeadStream
Dim value As IAsyncOperation(Of Integer)
 
value = instance.GetTotalPagesAsync(stream)
public IAsyncOperation<int> GetTotalPagesAsync( 
   ILeadStream stream
)

            

            
 function Leadtools.Codecs.RasterCodecs.GetTotalPagesAsync( 
   stream 
)
public:
IAsyncOperation<int>^ GetTotalPagesAsync( 
   ILeadStream^ stream
) 

Parameters

stream
A Leadtools.ILeadStream containing the image data to query.

Return Value

Number of pages in the specified stream.
Remarks

GetInformationAsync(String,Boolean,Int32,Object) and GetFormatAsync use GetInformationAsync(String,Boolean,Int32,Object) internally. So, if more information about the image is required, it is recommended to call GetInformationAsync(String,Boolean,Int32,Object) directly and obtain the data once.

Example

For an example, refer to Load(Stream stream, int pageNumber).

Requirements

Target Platforms

See Also

Reference

RasterCodecs Class
RasterCodecs Members

 

 


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