Show / Hide Table of Contents

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 Source

GetDocumentRenderer(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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX