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


In This Topic
    Writer Constructor(Document,Stream)
    In This Topic
    Initializes a new instance of the Writer class.
    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 Writer(doc, strm)
    public Writer( 
       Document doc,
       Stream strm
    )

    Parameters

    doc
    strm
    See Also