Hi
I can’t seem to find any info on how to turn off the corner markers when printing.
Maybe I’m missing something?
Regards
Deon Fourie
You can override GoView.PrintDecoration to be a no-op:
protected override void PrintDecoration(Graphics g, PrintPageEventArgs e, int hpnum, int hpmax, int vpnum, int vpmax) {}