Accusoft.ThumbnailXpress6.Net
Item Property (LoadFromStreamEventArgs)




Gets the ThumbnailItem object whose image data is to be loaded using a System.IO.Stream.
Syntax
'Declaration
 
Public ReadOnly Property Item As ThumbnailItem
'Usage
 
Dim instance As LoadFromStreamEventArgs
Dim value As ThumbnailItem
 
value = instance.Item
public ThumbnailItem Item {get;}
public: __property ThumbnailItem* get_Item();
public:
property ThumbnailItem^ Item {
   ThumbnailItem^ get();
}

Property Value

A ThumbnailItem.
Remarks
When handling the event, use the ThumbnailItem.UserTag property to identify the appropriate stream and then use the ThumbnailItem.FromStream method to associate the stream to the item.
See Also

Reference

LoadFromStreamEventArgs Class
LoadFromStreamEventArgs Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback