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



File name of the output file. For indirect files (see DocumentType.Indirect Field), this is the file name of the index (directory) DjVu file name.
File type.
For indirect files (see DocumentType.Indirect Field), this should be an valid delegate to locate satellite files; otherwise this can be null.
For Secure DjVu files, this should be an valid reference to a SecurityProvider object; otherwise this can be null.
Saves the Document object to the specified file.
Syntax
Public Overloads Sub SaveAs( _
   ByVal where As String, _
   ByVal docType As DocumentType, _
   ByVal fileLocator As IndirectFileLocator, _
   ByVal securityProvider As SecurityProvider _
) 
Dim instance As Document
Dim where As String
Dim docType As DocumentType
Dim fileLocator As IndirectFileLocator
Dim securityProvider As SecurityProvider
 
instance.SaveAs(where, docType, fileLocator, securityProvider)

Parameters

where
File name of the output file. For indirect files (see DocumentType.Indirect Field), this is the file name of the index (directory) DjVu file name.
docType
File type.
fileLocator
For indirect files (see DocumentType.Indirect Field), this should be an valid delegate to locate satellite files; otherwise this can be null.
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