Interface IGetsZptDocumentRenderer
An object which may get an instance of IRendersZptDocument for a specified implementation of IReadsAndWritesDocument.
Namespace: ZptSharp.Rendering
Assembly: ZptSharp.Abstractions.dll
Syntax
public interface IGetsZptDocumentRenderer
Methods
| Improve this Doc View SourceGetDocumentRenderer(Type)
Gets the document renderer.
Declaration
IRendersZptDocument GetDocumentRenderer(Type readerWriterType = null)
Parameters
Type | Name | Description |
---|---|---|
System.Type | readerWriterType | A specific document reader/writer implementation type. |
Returns
Type | Description |
---|---|
IRendersZptDocument | The document renderer. |