'Declaration
Public Shared Function GetPageCount( _ ByVal imageStream As Stream _ ) As Integer
public static int GetPageCount( Stream imageStream )
public: static int GetPageCount( Stream* imageStream )
public: static int GetPageCount( Stream^ imageStream )
Parameters
- imageStream
- The data stream containing an image.
Return Value
Number of pages in the image.