Accusoft.ThumbnailXpress6.Net
LoadFromStream Event




This event is called when the component requires the application to provide a System.IO.Stream object containing image data for a thumbnail item.
Syntax
'Declaration
 
Public Event LoadFromStream As ThumbnailXpressEvents.LoadFromStreamEventHandler
'Usage
 
Dim instance As ThumbnailXpress
Dim handler As ThumbnailXpressEvents.LoadFromStreamEventHandler
 
AddHandler instance.LoadFromStream, handler
public: __event ThumbnailXpressEvents.LoadFromStreamEventHandler* LoadFromStream
Event Data

The event handler receives an argument of type LoadFromStreamEventArgs containing data related to this event. The following LoadFromStreamEventArgs properties provide information specific to this event.

PropertyDescription
Item Gets the ThumbnailItem object whose image data is to be loaded using a System.IO.Stream.
Remarks
A handler for this event must be supplied by the application if items are added to the ThumbnailItemCollection using the collection's ThumbnailItemCollection.InsertItemFromStream or ThumbnailItemCollection.AddItemFromStream methods.
See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members
LoadFromStreamEventArgs Class

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback