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



Unlocks the original file, from which the page is loaded.
Syntax
Public Sub ReleaseOriginalSource() 
Dim instance As Page
 
instance.ReleaseOriginalSource()
public void ReleaseOriginalSource()
public:
void ReleaseOriginalSource(); 
Remarks
SDK normally locks the original file until all the data is loaded onto the memory. But this may be an issue if saving or overwriting operations for the original file. This method ensures that the original file is unlocked by the SDK.
Requirements

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

See Also

Reference

Page Class
Page Members

Send Feedback