Cuminas DjVu SDK for .NET Framework
SaveAs(String) Method



File name of the output file.
Saves the Page object to the specified file.
Syntax
Public Overloads Sub SaveAs( _
   ByVal where As String _
) 
Dim instance As Page
Dim where As String
 
instance.SaveAs(where)
public void SaveAs( 
   string where
)
public:
void SaveAs( 
   String^ where
) 

Parameters

where
File name of the output file.
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
Overload List

Send Feedback