ImageGear v26.3 - Updated
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
    public ImGearXMPString Instructions {get; set;}
    public: __property ImGearXMPString* get_Instructions();
    public: __property void set_Instructions( 
       ImGearXMPString* value
    );
    public:
    property ImGearXMPString^ Instructions {
       ImGearXMPString^ get();
       void set (    ImGearXMPString^ value);
    }

    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