LEADTOOLS (Leadtools assembly)

RandomAccessStream Property

Show in webframe







Gets the IRandomAccessStream that this LeadStream object is using as storage.
Syntax
public IRandomAccessStream RandomAccessStream {get;}
'Declaration
 
Public ReadOnly Property RandomAccessStream As IRandomAccessStream
'Usage
 
Dim instance As LeadStream
Dim value As IRandomAccessStream
 
value = instance.RandomAccessStream
public IRandomAccessStream RandomAccessStream {get;}

            

            
 get_RandomAccessStream(); 
public:
property IRandomAccessStream^ RandomAccessStream {
   IRandomAccessStream^ get();
}

Property Value

The IRandomAccessStream that this LeadStream object is using as storage.
Requirements

Target Platforms

See Also

Reference

LeadStream Class
LeadStream Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.