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 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.