Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / C1PdfDocumentSource Class / C1PdfDocumentSource Constructor / C1PdfDocumentSource Constructor(IContainer)

In This Topic
    C1PdfDocumentSource Constructor(IContainer)
    In This Topic
    Initializes a new instance of the C1PdfDocumentSource class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal container As IContainer _
    )
    public C1PdfDocumentSource( 
       IContainer container
    )

    Parameters

    container
    See Also