Click or drag to resize
Pdf Library for .NET

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: 20.2
Syntax
public void DetachStream()
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