Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

RandomAccessStream Property








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

Error processing SSI file