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



The file name of the index (directory) DjVu file name. The satellite files will be placed on the same directory to the index file.
Saves the Document object in indirect files.
Syntax
Public Overloads Sub SaveAsIndirect( _
   ByVal where As String _
) 
Dim instance As Document
Dim where As String
 
instance.SaveAsIndirect(where)
public void SaveAsIndirect( 
   string where
)
public:
void SaveAsIndirect( 
   String^ where
) 

Parameters

where
The file name of the index (directory) DjVu file name. The satellite files will be placed on the same directory to the index file.
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
Overload List

Send Feedback