←Select platform

FileName Property

Summary

Gets the name of the file associated with this DocumentReader.

Syntax

C#
VB
C++
public string FileName { get; } 
  
Public ReadOnly Property FileName As String 
public: 
property String^ FileName { 
   String^ get(); 
} 

Property Value

A System.String that contains the name of the file associated with this DocumentReader. The default value is null (Nothing in VB).

Remarks

FileName will contain the same exact values passed to the Create.

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.DocumentReaders Assembly