Skip to main content
A newer version of this page is available. .

PdfViewerControl.DetachStreamOnLoadComplete Property

Specifies whether the PDF Viewer allows closing the stream after a document it contains has been loaded. This is a dependency property.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v18.2.dll

Declaration

public bool DetachStreamOnLoadComplete { get; set; }

Property Value

Type Description
Boolean

true, if the PDF Viewer allows closing the stream after loading a document; otherwise, false.

Remarks

Leaving this property disabled results in faster rendering of a large PDF while locking it by the input stream (making it impossible to edit or delete the document until it is open in the PDF Viewer).

See Also