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




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

Property Value

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