Returns an IPTC Tag ID attached to a GdPicture image.
public IPTCTags IPTCGetID( int ImageID, int TagNo );
Public Function IPTCGetID( ByVal ImageID As Integer, ByVal TagNo As Integer ) As IPTCTags
|
Parameters |
Description |
|
ImageID |
GdPicture Image Identifier. |
|
TagNo |
Must be a value between 1 and the number of IPTC TAGs attached to a GdPicture image. |
The IPTC tag ID. A member of the IPTCTags enumeration.
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|