←Select platform

GetProperties Method

Summary

Gets the properties (or metadata) of the current document.

Syntax

C#
VB
C++
public virtual IDictionary<string, string> GetProperties() 
  
Public Overridable Function GetProperties() As IDictionary(Of String,String) 
public: 
virtual IDictionary<String^,String^>^ GetProperties();  

Remarks

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.

Example

For an example, refer to DocumentReader.

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