|  | 
| PdfDocumentDetachStream Method  | 
 
            Detaches the stream that was used to load the pdf document, leaving it open in case the current pdf document is closed.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic void DetachStream()
 Remarks
Remarks
            Call this method to detach the stream from which the pdf document was created. When this method is called before 
            calling 
Close, the 
Close method will not close the detached stream.
            
 See Also
See Also