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

In This Topic
Document Property (C1PrintManager)
In This Topic
Gets or sets the document that to print. If the assigned value is an unsupported object, an exception will be thrown. Use IsSupportedDocument to verify that the object can be printed.
Syntax
'Declaration
 
Public Property Document As Object
 
See Also