ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearEXIFXMPMetadata Class / SceneCaptureType Property




In This Topic
    SceneCaptureType Property (ImGearEXIFXMPMetadata)
    In This Topic
    Gets or sets SceneCaptureType property of the EXIF XMP schema.
    Syntax
    'Declaration
     
    Public Property SceneCaptureType As ImGearXMPEnum(Of ImGearEXIFSceneCaptureType)
    'Usage
     
    Dim instance As ImGearEXIFXMPMetadata
    Dim value As ImGearXMPEnum(Of ImGearEXIFSceneCaptureType)
     
    instance.SceneCaptureType = value
     
    value = instance.SceneCaptureType
    public ImGearXMPEnum<ImGearEXIFSceneCaptureType> SceneCaptureType {get; set;}
    public: __property ImGearXMPEnum<ImGearEXIFSceneCaptureType>* get_SceneCaptureType();
    public: __property void set_SceneCaptureType( 
       ImGearXMPEnum<ImGearEXIFSceneCaptureType>* value
    );
    public:
    property ImGearXMPEnum<ImGearEXIFSceneCaptureType>^ SceneCaptureType {
       ImGearXMPEnum<ImGearEXIFSceneCaptureType>^ get();
       void set (    ImGearXMPEnum<ImGearEXIFSceneCaptureType>^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPEnum<T> generic class value with ImageGear.Formats.EXIF.ImGearEXIFSceneCaptureType type parameter.
    Remarks
    This XMP property represents EXIF tag 41990 (0xA406) and indicates the type of scene that was shot.
    See Also