Accusoft.ImagXpress13.Net
QueryFromStream(ImagXpress,Stream,Int32) Method




An instance of the ImagXpress workspace component. This is the main ImagXpress component that typically must be dragged onto a form first.
A stream which contains image information.
An integer value which represents the page number.
Query buffer stream for image information such as width, height, bitdepth and image data type.
Syntax
'Declaration
 
Public Overloads Shared Function QueryFromStream( _
   ByVal imagXpress As ImagXpress, _
   ByVal stream As Stream, _
   ByVal pageNumber As Integer _
) As ImageXData
'Usage
 
Dim imagXpress As ImagXpress
Dim stream As Stream
Dim pageNumber As Integer
Dim value As ImageXData
 
value = ImageX.QueryFromStream(imagXpress, stream, pageNumber)
public static ImageXData QueryFromStream( 
   ImagXpress imagXpress,
   Stream stream,
   int pageNumber
)
public: static ImageXData* QueryFromStream( 
   ImagXpress* imagXpress,
   Stream* stream,
   int pageNumber
) 
public:
static ImageXData^ QueryFromStream( 
   ImagXpress^ imagXpress,
   Stream^ stream,
   int pageNumber
) 

Parameters

imagXpress
An instance of the ImagXpress workspace component. This is the main ImagXpress component that typically must be dragged onto a form first.
stream
A stream which contains image information.
pageNumber
An integer value which represents the page number.

Return Value

An ImageXData object containing information about the image being queried.
See Also

Reference

ImageX Class
ImageX Members
Overload List

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback