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




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

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property is any of a number of instructions from the provider or creator to the receiver of the news object which might include any of the following: embargoes (NewsMagazines OUT) and other restrictions not covered by the "Rights Usage Terms" field; information regarding the original means of capture (scanning notes, colourspace info) or other specific text information that the user may need for accurate reproduction; additional permissions or credits required when publishing.
See Also