Cuminas DjVu SDK for .NET Framework
FileName Property (DIRMEntry)



Gets the file name of the DIRM entry.
Syntax
Public ReadOnly Property FileName As String
Dim instance As DIRMEntry
Dim value As String
 
value = instance.FileName
public string FileName {get;}
public:
property String^ FileName {
   String^ get();
}

Property Value

The file name.
Remarks

The file name is used to uniquely identify the chunk inside a DjVu document.

The actual meaning of the file name is different between bundled and indirect DjVu files. For the bundled DjVu files, the file name is just an internal identifier for a collection chunk. For the indirect DjVu files, the file name is an actual file name for each file and the file name should obey to the operating system's file name rule.

Please note that the actual chunk pointed by a DIRM entry is always a DJVI; not the contained chunk. This is especially important for the indirect files because they can be identified as a DjVu satellite file by checking the DJVI header.

Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

DIRMEntry Class
DIRMEntry Members

Send Feedback