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