diff --git a/Printing-Examples/Print_Collate/App.xaml b/Printing-Examples/Print_Collate/App.xaml new file mode 100644 index 0000000..b6f04ab --- /dev/null +++ b/Printing-Examples/Print_Collate/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/Printing-Examples/Print_Collate/App.xaml.cs b/Printing-Examples/Print_Collate/App.xaml.cs new file mode 100644 index 0000000..6923842 --- /dev/null +++ b/Printing-Examples/Print_Collate/App.xaml.cs @@ -0,0 +1,14 @@ +using System.Configuration; +using System.Data; +using System.Windows; + +namespace Print_Collate +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } + +} diff --git a/Printing-Examples/Print_Collate/AssemblyInfo.cs b/Printing-Examples/Print_Collate/AssemblyInfo.cs new file mode 100644 index 0000000..b0ec827 --- /dev/null +++ b/Printing-Examples/Print_Collate/AssemblyInfo.cs @@ -0,0 +1,10 @@ +using System.Windows; + +[assembly: ThemeInfo( + ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located + //(used if a resource is not found in the page, + // or application resource dictionaries) + ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located + //(used if a resource is not found in the page, + // app, or any theme specific resource dictionaries) +)] diff --git a/Printing-Examples/Print_Collate/Data/testing.pdf b/Printing-Examples/Print_Collate/Data/testing.pdf new file mode 100644 index 0000000..45e5cb8 Binary files /dev/null and b/Printing-Examples/Print_Collate/Data/testing.pdf differ diff --git a/Printing-Examples/Print_Collate/MainWindow.xaml b/Printing-Examples/Print_Collate/MainWindow.xaml new file mode 100644 index 0000000..441b709 --- /dev/null +++ b/Printing-Examples/Print_Collate/MainWindow.xaml @@ -0,0 +1,17 @@ + + + + + + +