Accusoft.ThumbnailXpress6.Net
FromStream Method




System.IO.Stream containing caller supplied image data.
Object method allowing a System.IO.Stream containing image data to be associated with the thumbnail item in place of specifying a filename/path containing the image data.
Syntax
'Declaration
 
Public Sub FromStream( _
   ByVal stream As Stream _
) 
'Usage
 
Dim instance As ThumbnailItem
Dim stream As Stream
 
instance.FromStream(stream)
public void FromStream( 
   Stream stream
)
public: void FromStream( 
   Stream* stream
) 
public:
void FromStream( 
   Stream^ stream
) 

Parameters

stream
System.IO.Stream containing caller supplied image data.
Remarks
This method must be called during the processing of the ThumbnailXpressEvents.EventType.LoadFromStream event and may optionally be called before the thumbnail item is first added to the ThumbnailItemCollection thru the ThumbnailItemCollection.AddItemFromStream or ThumbnailItemCollection.InsertItemFromStream methods
See Also

Reference

ThumbnailItem Class
ThumbnailItem Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback