views:

99

answers:

1

Can any one help me to add Blocks(System.Windows.Documents.Block/ Section / BlockUIContainer) to the Fixed Document. Thanking for your attention,

regards, kuman

A: 

You may try the following way:

  1. Add block to flowDocument
  2. Add flowDocument to FlowDocumentViewer
  3. Add FlowDocumentViewer to FixedPage.
  4. Then, add this fixed page to pageContent
  5. Add pageContent to FixedDocument.Pages

Good luck!

CSharpered