ImageGear for .NET
GetInfo Method
See Also  Send Feedback
ImageGear21.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFDocument Class : GetInfo Method




key
The name of the Info dictionary key whose value is obtained.

Glossary Item Box

Gets the value of a key in a document's Info dictionary, or the value of this same key in the XMP metadata, whichever is latest.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

key
The name of the Info dictionary key whose value is obtained.

Return Value

String containing the value associated with InfoKey.

Remarks

This method can be used to obtain the values of the following standard document information dictionary keys: "Title", "Author", "Subject", "Keywords", "Creator", "Producer", "Created" and "Modified".

See Section 10.2.1 in the PDF Reference for information about Info dictionaries. All values in the Info dictionary should be strings; other data types such as numbers and Booleans should not be used as values in the Info dictionary.

Users may define their own Info dictionary entries. In this case, it is strongly recommended that the key have the developer's prefix assigned by the Adobe Solutions Network.

See Also

©2013. Accusoft Corporation. All Rights Reserved.