ImageGear .NET - Updated
AuthorsPosition Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.Photoshop Namespace > ImGearPhotoshopXMPMetadata Class : AuthorsPosition Property
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
public ImGearXMPString AuthorsPosition {get; set;}
public: __property ImGearXMPString* get_AuthorsPosition();
public: __property void set_AuthorsPosition( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ AuthorsPosition {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

Property Value

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

Reference

ImGearPhotoshopXMPMetadata Class
ImGearPhotoshopXMPMetadata Members