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: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public void DetachStream()
Visual Basic
Public Sub DetachStream
Visual C++
public:
void DetachStream()

See Also