ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.IPTC Namespace / ImGearIPTC4XMPCoreMetadata Class / Scene2 Property




In This Topic
    Scene2 Property
    In This Topic
    Gets or sets Scene property of the IPTC4XMPCORE XMP schema.
    Syntax
    'Declaration
     
    Public Property Scene2 As ImGearXMPBag(Of ImGearXMPString)
    'Usage
     
    Dim instance As ImGearIPTC4XMPCoreMetadata
    Dim value As ImGearXMPBag(Of ImGearXMPString)
     
    instance.Scene2 = value
     
    value = instance.Scene2
    public ImGearXMPBag<ImGearXMPString> Scene2 {get; set;}
    public: __property ImGearXMPBag<ImGearXMPString*>* get_Scene2();
    public: __property void set_Scene2( 
       ImGearXMPBag<ImGearXMPString*>* value
    );
    public:
    property ImGearXMPBag<ImGearXMPString^>^ Scene2 {
       ImGearXMPBag<ImGearXMPString^>^ get();
       void set (    ImGearXMPBag<ImGearXMPString^>^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPBag<T> generic class value with ImageGear.Formats.XMP.ImGearXMPString type parameter.
    Remarks
    This XMP property describes the scene of a photo content. It specifies one or more terms from the IPTC "Scene-NewsCodes". Each Scene is represented as a string of 6 digits in an unordered list.
    See Also