/// <summary> /// Print the contents of the storyviewer /// </summary> private void PrintStoryButton_Click(object sender, RoutedEventArgs e) { StoryView.ViewingMode = FlowDocumentReaderViewingMode.Scroll; //makes the file print full page StoryView.Print(); }