LoadOptions.DetachStreamAfterLoadComplete Property
Gets or sets whether to detach the stream after the PDF document is loaded.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
The PDF Document API component expects that the input stream is not modified or closed before the component finishes using a document. Set the DetachStreamAfterLoadComplete property to true to force the PDF Document API component to complete all input operations after loading a document.
See Also