CHtmlConverterHtmlRenderTemplate Method (Stream, Stream, Stream) |
Renders HTML template with JSON data from streams
Namespace:
ComPDF.PDFGeneration
Assembly:
ComPDFGeneration (in ComPDFGeneration.dll) Version: 1.0.0+340720369ae98791af8dd72f985ee6534adad5e3
Syntaxpublic static CErrorCode HtmlRenderTemplate(
Stream htmlStream,
Stream jsonStream,
Stream renderHtmlStream
)
Parameters
- htmlStream
- Type: System.IOStream
Stream containing HTML template - jsonStream
- Type: System.IOStream
Stream containing JSON data - renderHtmlStream
- Type: System.IOStream
Stream to write the rendered HTML to
Return Value
Type:
CErrorCodeError code indicating the result of the operation
See Also