Spread Windows Forms 17
FarPoint.PDF Assembly / FarPoint.PDF Namespace / Reader Class / Reader Constructor / Reader Constructor(Document,Stream)


In This Topic
    Reader Constructor(Document,Stream)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal doc As Document, _
       ByVal strm As Stream _
    )
    'Usage
     
    
    Dim doc As Document
    Dim strm As Stream
     
    Dim instance As New Reader(doc, strm)
    public Reader( 
       Document doc,
       Stream strm
    )

    Parameters

    doc
    strm
    See Also