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