Click here to Skip to main content
15,885,216 members
Articles / Programming Languages / C#

Access image metadata using Visual Studio's new object data binding feature

Rate me:
Please Sign up or sign in to vote.
4.85/5 (13 votes)
1 Feb 200712 min read 83.1K   975   46  
Using a new class library to bind to photo metadata with a few line of code.
<Table>
<TR>
<TH>Property </TH>

<TH>
<Link>Value Type </Link>
</TH>

<TH>Category </TH>

<TH>Description </TH>
</TR>

<TR>
<TD>pdf:Keywords </TD>

<TD>
<Link>Text </Link>
</TD>

<TD>External </TD>

<TD>Keywords. </TD>
</TR>

<TR>
<TD>pdf:PDFVersion </TD>

<TD>
<Link>Text </Link>
</TD>

<TD>Internal </TD>

<TD>The PDF file version (for example: 1.0, 1.3, and so on). </TD>
</TR>

<TR>
<TD>pdf:Producer </TD>

<TD>
<Link>AgentName </Link>
</TD>

<TD>Internal </TD>

<TD>The name of the tool that created the PDF document. </TD>
</TR>
</Table>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
This is a picture of John still in the cubicled environment of the Northern Virginia tech world. There are great software jobs there, but the traffic is horrible! He has since retired, or really, started a new, freer lifestyle. He now travels and takes photographs. At home, he is involved in a number of community activities including work at the Historical Society of Frederick County (MD) where he has helped preserve historic documents and photographs by making photographic copies. Some of them are posted on the HSFC photo catalog website. He is fascinated by the new ability, using applications like Google Earth, to link photos to geographic locations. This adds a new dimension to photography, which he is working to develop. These pursuits, which require the ability to access and manage photo metadata, are a major motivation for getting involved as deeply as he did in this exciting topic.

Comments and Discussions