Document Property (C1PrintManager)
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.
public object Document {get; set;}
'Declaration
Public Property Document As Object