ImageGear .NET
LastKeywordIPTC Property




Gets or sets LastKeywordIPTC property of the MicrosoftPhoto XMP schema.
Syntax
public ImGearXMPBag<ImGearXMPString> LastKeywordIPTC {get; set;}
public: __property ImGearXMPBag<ImGearXMPString*>* get_LastKeywordIPTC();
public: __property void set_LastKeywordIPTC( 
   ImGearXMPBag<ImGearXMPString*>* value
);
public:
property ImGearXMPBag<ImGearXMPString^>^ LastKeywordIPTC {
   ImGearXMPBag<ImGearXMPString^>^ get();
   void set (    ImGearXMPBag<ImGearXMPString^>^ value);
}
'Declaration
 
Public Property LastKeywordIPTC As ImGearXMPBag(Of ImGearXMPString)
 
'Usage
 
Dim instance As ImGearMicrosoftPhotoXMPMetadata
Dim value As ImGearXMPBag(Of ImGearXMPString)
 
instance.LastKeywordIPTC = value
 
value = instance.LastKeywordIPTC

Property Value

ImageGear.Formats.XMP.ImGearXMPBag<T> generic class value with ImageGear.Formats.XMP.ImGearXMPString type parameter.
See Also

Reference

ImGearMicrosoftPhotoXMPMetadata Class
ImGearMicrosoftPhotoXMPMetadata Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback