Spread Windows Forms 15.0
FarPoint.PDF Assembly / FarPoint.PDF Namespace / Writer Class / Writer Constructor / Writer Constructor(Document,Stream,PdfSecurity)
The document.
The stream.
The pdf security info.


In This Topic
    Writer Constructor(Document,Stream,PdfSecurity)
    In This Topic
    Create a new Writer object with the specified settings.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal doc As Document, _
       ByVal strm As Stream, _
       ByVal security As PdfSecurity _
    )
    'Usage
     
    
    Dim doc As Document
    Dim strm As Stream
    Dim security As PdfSecurity
     
    Dim instance As New Writer(doc, strm, security)

    Parameters

    doc
    The document.
    strm
    The stream.
    security
    The pdf security info.
    See Also