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




In This Topic
AuthorsPosition Property
In This Topic
Gets or sets AuthorsPosition property of the Photoshop XMP schema.
Syntax
'Declaration
 
Public Property AuthorsPosition As ImGearXMPString
 
'Usage
 
Dim instance As ImGearPhotoshopXMPMetadata
Dim value As ImGearXMPString
 
instance.AuthorsPosition = value
 
value = instance.AuthorsPosition

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property specifies by-line title.
See Also