XdsObjects Help file
XdsObjects Namespace / XdsDocumentViewer Class / Display Method / Display(String) Method
The name of the file to read



Display(String) Method
Read and display a file.
Syntax
Public Overloads Sub Display( _
   ByVal FileName As String _
) 
Dim instance As XdsDocumentViewer
Dim FileName As String
 
instance.Display(FileName)
public void Display( 
   string FileName
)
public:
void Display( 
   String^ FileName
) 

Parameters

FileName
The name of the file to read
Remarks
The MimeType of the content is determined automatically from the filename extension
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also