C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / Document Property

In This Topic
Document Property (C1PrintDocument)
In This Topic
Gets a System.Drawing.Printing.PrintDocument object that can be used to render the current document into a standard print preview control. Not needed and not recommended if you're using ComponentOne preview controls.
Syntax
'Declaration
 
Public ReadOnly Property Document As PrintDocument
 
See Also