Cuminas DjVu SDK for .NET Framework
FromXMLFile Method



File name of the DjVu XML file.
Imports DjVu structure from a DjVu XML file.
Syntax
Public Shared Function FromXMLFile( _
   ByVal xmlFileName As String _
) As Document
Dim xmlFileName As String
Dim value As Document
 
value = Document.FromXMLFile(xmlFileName)
public static Document FromXMLFile( 
   string xmlFileName
)
public:
static Document^ FromXMLFile( 
   String^ xmlFileName
) 

Parameters

xmlFileName
File name of the DjVu XML file.

Return Value

Imported Document object.
Remarks
If the file is not a valid DjVu XML, this method throws an exception.
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

Send Feedback