PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.8 Assembly / C1.C1Preview.Export.Xps Namespace / XpsC1Doc Class / XpsC1Doc Constructor / XpsC1Doc Constructor(C1PrintDocument)
The source C1.C1Preview.C1PrintDocument.

In This Topic
    XpsC1Doc Constructor(C1PrintDocument)
    In This Topic
    Creates an instance of XpsC1Doc that holds the XPS document in memory.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal c1doc As C1PrintDocument _
    )
    public XpsC1Doc( 
       C1PrintDocument c1doc
    )

    Parameters

    c1doc
    The source C1.C1Preview.C1PrintDocument.
    See Also