Spread Windows Forms 17
FarPoint.PDF Assembly / FarPoint.PDF Namespace / Writer Class / Write Method / Write(Document,Stream,PdfSecurity) Method
The document need to print
The stream.
The pdf security info.


In This Topic
    Write(Document,Stream,PdfSecurity) Method
    In This Topic
    Writes the specified document to stream with security info.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub Write( _
       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
     
    Writer.Write(doc, strm, security)
    public static void Write( 
       Document doc,
       Stream strm,
       PdfSecurity security
    )

    Parameters

    doc
    The document need to print
    strm
    The stream.
    security
    The pdf security info.
    See Also