[]
        
(Showing Draft Content)

C1.C1Preview.C1PrintManager.Document

Document Property

Document

Gets or sets the document that to print. If the assigned value is an unsupported object, an exception will be thrown. Use IsSupportedDocument(object) to verify that the object can be printed.

Declaration
public object Document { get; set; }
See Also