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



The file name of the index (directory) DjVu file name.
File locator object to determine the file names for satellite files.
For Secure DjVu files, this should be an valid reference to a SecurityProvider object; otherwise this can be null.
Saves the Document object in indirect files.
Syntax
Public Overloads Sub SaveAsIndirect( _
   ByVal where As String, _
   ByVal fileLocator As IndirectFileLocator, _
   ByVal securityProvider As SecurityProvider _
) 
Dim instance As Document
Dim where As String
Dim fileLocator As IndirectFileLocator
Dim securityProvider As SecurityProvider
 
instance.SaveAsIndirect(where, fileLocator, securityProvider)

Parameters

where
The file name of the index (directory) DjVu file name.
fileLocator
File locator object to determine the file names for satellite files.
securityProvider
For Secure DjVu files, this should be an valid reference to a SecurityProvider object; otherwise this can be null.
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