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
C1PrintManager.IsSupportedDocument to verify that the object can be printed.
Syntax
'Declaration
Public Property Document As Object
public object Document {get; set;}
See Also