Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

OutputStream Property








Gets the IOutputStream that this LeadStream object is using as storage.
Syntax
public IOutputStream OutputStream {get;}
'Declaration
 
Public ReadOnly Property OutputStream As IOutputStream
'Usage
 
Dim instance As LeadStream
Dim value As IOutputStream
 
value = instance.OutputStream
public IOutputStream OutputStream {get;}
 get_OutputStream(); 
public:
property IOutputStream^ OutputStream {
   IOutputStream^ get();
}

Property Value

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

Target Platforms

See Also

Reference

LeadStream Class
LeadStream Members

Error processing SSI file