Class MemStreams
Implements
Inherited Members
Namespace: Reportman.Drawing
Assembly: Reportman.Drawing.dll
Syntax
public class MemStreams : IDisposable
Constructors
MemStreams()
Declaration
public MemStreams()
Properties
Count
Declaration
public int Count { get; }
Property Value
| Type | Description |
|---|---|
| int |
this[int]
Declaration
public MemoryStream this[int index] { get; set; }
Parameters
| Type | Name | Description |
|---|---|---|
| int | index |
Property Value
| Type | Description |
|---|---|
| MemoryStream |
Methods
Add(MemoryStream)
Declaration
public void Add(MemoryStream obj)
Parameters
| Type | Name | Description |
|---|---|---|
| MemoryStream | obj |
Clear()
Declaration
public void Clear()
Dispose()
Declaration
public void Dispose()