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:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public void DetachStream()
See Also