Class HtmlPrintDocumentWriter
Предоставляет метод для записи PrintDocument в HTML-файл.
Inheritance
System.Object
HtmlPrintDocumentWriter
Namespace:InfinniPlatform.PrintView.Writers.Html
Assembly:InfinniPlatform.PrintView.dll
Syntax
public class HtmlPrintDocumentWriter : object, IPrintDocumentWriter
Methods
| Improve this Doc View SourceWrite(Stream, PrintDocument)
Записывает документ в файл.
Declaration
public Task Write(Stream stream, PrintDocument document)
Parameters
Type | Name | Description |
---|---|---|
Stream | stream | Поток для записи в файл. |
PrintDocument | document | Документ печатного представления. |
Returns
Type | Description |
---|---|
Task |