ImageGear .NET
CaptionWriter Property




Gets or sets CaptionWriter property of the Photoshop XMP schema.
Syntax
public ImGearXMPString CaptionWriter {get; set;}
public: __property ImGearXMPString* get_CaptionWriter();
public: __property void set_CaptionWriter( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ CaptionWriter {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}
'Declaration
 
Public Property CaptionWriter As ImGearXMPString
 
'Usage
 
Dim instance As ImGearPhotoshopXMPMetadata
Dim value As ImGearXMPString
 
instance.CaptionWriter = value
 
value = instance.CaptionWriter

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
See Also

Reference

ImGearPhotoshopXMPMetadata Class
ImGearPhotoshopXMPMetadata Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback