Change text color on document printer receipt

Hey just asking, is there a way to change color of text on receipt using the DocumentPrinter.

I know you can change the background color using Background=“Red”, but can I change just the text color?

Try

Foreground="Blue"

Thank you, that solved it.
Is there a documentation avaliable for the DocumentPrinter syntax?

You can search the web for WPF. Thats generally where I find this information.