Show / Hide Table of Contents

Interface IGetsZptDocumentRendererForFilePath

An object which may get an instance of IRendersZptDocument for a specified file path.

Namespace: ZptSharp.Rendering
Assembly: ZptSharp.Abstractions.dll
Syntax
public interface IGetsZptDocumentRendererForFilePath

Methods

| Improve this Doc View Source

GetDocumentRenderer(String)

Gets the document renderer.

Declaration
IRendersZptDocument GetDocumentRenderer(string filePath)
Parameters
Type Name Description
System.String filePath

The path to a file which would be rendered by the renderer.

Returns
Type Description
IRendersZptDocument

The document renderer.

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