C1Preview does not provide its own "outline text" feature (such as a style property for example), but it is easy to draw outlined text using GDI+ into a RenderGraphics object, and then use it as the watermark. Attached is a small sample, with GDI+ code taken from the Bob Powell's GDI+ FAQ. Hope this helps.