←Select platform

UnlockStreams Method

Summary

Unlock the document and annotation streams from the current thread.

Syntax

C#
VB
Java
C++
public void UnlockStreams() 
Public Sub UnlockStreams() 
public:  
   void UnlockStreams() 
public void unlockStreams() 

Remarks

The stream returned from this method is the same used by the various parts of the object when loading the pages and should not be disposed by the user. To ensure thread safety, always use the LockStreams before trying to use the stream and UnlockStreams when done to coordinate the use of this stream between user application and the document object.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly