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