Click or drag to resize
DocumentDetachStream Method
Call this method to detach the stream from which this document was created. When this method is called before calling Close(), the Close method will not close the detached stream.

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntax
public void DetachStream()
See Also