Leadtools.Forms.DocumentReaders Namespace > DocumentReader Class : GetProperties Method |
public virtual IDictionary<string,string> GetProperties()
'Declaration Public Overridable Function GetProperties() As IDictionary(Of String,String)
'Usage Dim instance As DocumentReader Dim value As IDictionary(Of String,String) value = instance.GetProperties()
public virtual Windows.Foundation.Collections.IMap //In WinRT the IDictionary interface is replaced by IMap<string,string> GetProperties()
function Leadtools.Forms.DocumentReaders.DocumentReader.GetProperties()
public: virtual IDictionary<String^,String^>^ GetProperties();
The metadata of the document depends on the format. For PDF and XPS files, the metadata is loaded directly from the file and you will get information such as Author, Subject and Keywords. For raster files such as JPEG, EXIF and TIFF, the toolkit will try to load any comments stored in the file such as Author and Copyright.
For an example, refer to DocumentReader.
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