[]
Implements parsing of RPL stream.
public class RplReader : ReaderBase, IDisposable
| Name | Description |
|---|---|
| RplReader(Stream, IReaderLog) |
| Name | Description |
|---|---|
| ReportItems | Gets collection of all report item loaded during RPL parsing. |
| SharedImages | |
| SharedProperties |
| Name | Description |
|---|---|
| GetPage(int) | Gets page with specified index from stream, before calling of this method all pages should be read via ReadPage() method. |
| Init() | For internal use. |
| ReadPage() | Reads next page from RPL stream, returns null if stream has no more pages. |