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




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

Property Value

ImageGear.Formats.XMP.ImGearXMPInteger class value.
Remarks
Valid range is 1-8.
See Also