Flow Document Reader

image_pdfimage_print


   
      

<Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
      Title="title">
    <FlowDocumentReader>
        <FlowDocument>
            <Paragraph TextAlignment="Center" FontSize="16pt">
                 Chapter I
            </Paragraph>
            <Paragraph TextAlignment="Center" FontSize="16pt">
                 Paragraph
            </Paragraph>
            <Paragraph TextIndent="24">
                this is a test
            </Paragraph>
            <Paragraph TextIndent="24">
                this is a test
                this is a test
                this is a test
                this is a test
                this is a test
                this is a test
                this is a test
                this is a test
                this is a test
                this is a test
                this is a test
                this is a test
                this is a test
            </Paragraph>
            <Paragraph TextIndent="24">
                ...
            </Paragraph>
        </FlowDocument>
    </FlowDocumentReader>
</Page>