ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.Photoshop Namespace / ImGearPhotoshopXMPMetadata Class / CaptionWriter Property




In This Topic
CaptionWriter Property
In This Topic
Gets or sets CaptionWriter property of the Photoshop XMP schema.
Syntax
'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