Set PrintOn Programatically c#
JasonColeyNZ
New Zealand
Does anyone know how to use the PrintOn and set this programmatically in c# script?
Cheers
Jason
Cheers
Jason
Comments
PageHeader1.PrintOn.Equals(new PrintOn[] {PrintOn.FirstPage, PrintOn.LastPage, PrintOn.OddPages, PrintOn.EvenPages, PrintOn.RepeatedBand, PrintOn.SinglePage});
xx.PrintOn = PrintOn.OddPages | PrintOn.EvenPages;
Still would be nice if we had an op going though the forum and helping out users?
Jason