Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Writer Namespace / PdfDocStreamWriter Class / BeginStream Method

In This Topic
    BeginStream Method
    In This Topic
    Starts a stream, PDF stream dictionary should be already started. Should be enclosed with EndStream(Int64).
    Syntax
    'Declaration
     
    Public Sub BeginStream( _
       ByRef offset As System.Long, _
       ByRef stream As System.IO.Stream, _
       ByRef disposeStream As System.Boolean _
    ) 
    public void BeginStream( 
       out System.long offset,
       out System.IO.Stream stream,
       out System.bool disposeStream
    )

    Parameters

    offset
    stream
    disposeStream
    See Also