sbPrinter - Report Printing

[quote=200708:@Gerardo García]Hey Simon, I have one more question. Will it works on Windows or only works on Mac?

Cuz I tried to use it on Windows and get and Alpha Error Channel GDI. and sends a blank page to print.[/quote]

GDI+ enabled in your project?

No, How can I do it?

Under BUILD SETTINGS click on Windows.

In the right hand side of the inspector click on the “Use GDI Plus” selector.

Yeah!!! you have right!.

I needed to Enable GDI+ for running on windows:

App.UseGDIPlus = true

Is there a way to get a PDF of the final result instead of directly Printing on Windows Platform? :smiley: :smiley:

I’m looking that the Final result on “Print” inside of Print Method, you declares iPrinter As Graphics, and then fill it with pSet.

I dunno if there’s a way to get the PDF of this Graphics Object, instead to send it to print.

Not on Windows.

You can use a PDF driver like cutePDF to accomplish this on Windows

Thanks