Cuminas DjVu SDK for .NET Framework
ReleaseOriginalSource Method (Document)



Detaches the original source file/resource.
Syntax
Public Sub ReleaseOriginalSource() 
Dim instance As Document
 
instance.ReleaseOriginalSource()
public void ReleaseOriginalSource()
public:
void ReleaseOriginalSource(); 
Remarks

Because Document object locks the original source file/resource, the file can never be modified nor deleted.

This method is to unlock the original source file/resource by loading the data to some temporary memory block or temporary file according to the machine state.

Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

Document Class
Document Members

Send Feedback