Interface IStoresCurrentReaderWriter
An object which provides access to the current document reader/writer. This interface is only used within the scope of a rendering request, and so generally-speaking should not be used as part of the public API.
Namespace: ZptSharp.Dom
Assembly: ZptSharp.dll
Syntax
public interface IStoresCurrentReaderWriter
Properties
| Improve this Doc View SourceReaderWriter
Gets or sets the current document reader/writer.
Declaration
IReadsAndWritesDocument ReaderWriter { get; set; }
Property Value
Type | Description |
---|---|
IReadsAndWritesDocument | The document reader/writer. |