V
V
Vladislav Sofienko2017-06-09 23:56:06
WPF
Vladislav Sofienko, 2017-06-09 23:56:06

Why does FlowDocument print tables on half a page?

Why does FlowDocument print tables on half a page? Moreover, he doesn’t care what size I indicate the columns, he simply cuts them to half the visible part and that’s it.

flowDoc.Blocks.Add(table);

if (printdlg.ShowDialog().GetValueOrDefault())
{
    IDocumentPaginatorSource idpSource = flowDoc;
    printdlg.PrintDocument(idpSource.DocumentPaginator, "Печать отчёта ткани на кладе");
}

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question