Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfStreamInfo Class / DetachStream Method

In This Topic
    DetachStream Method
    In This Topic
    Detaches the Stream from the PdfStreamInfo so it will not be disposed when the PdfStreamInfo disposed.
    Syntax
    'Declaration
     
    Public Function DetachStream() As System.IO.Stream
    public System.IO.Stream DetachStream()

    Return Value

    The System.IO.Stream owned by this PdfStreamInfo.
    See Also