Cuminas DjVu SDK for .NET Framework
Save Method



Saves the Document object to the file.
Syntax
Public Sub Save() 
Dim instance As Document
 
instance.Save()
public void Save()
public:
void Save(); 
Remarks
Saves the Document object to the file, which is specified by the constuctor or by the last SaveAs call.
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
Document.SaveAs Method

Send Feedback