[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Writer.PdfDocStreamWriter.BeginStream

BeginStream Method

BeginStream(out long, out Stream, out bool)

Starts a stream, PDF stream dictionary should be already started. Should be enclosed with EndStream(long).

Declaration
public void BeginStream(out long offset, out Stream stream, out bool disposeStream)
Public Sub BeginStream(ByRef offset As Long, ByRef stream As Stream, ByRef disposeStream As Boolean)
Parameters
Type Name Description
long offset
Stream stream
bool disposeStream