ImageGear .NET - Updated
ExposureProgram Property (ImGearEXIFXMPMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.EXIF Namespace > ImGearEXIFXMPMetadata Class : ExposureProgram Property
Gets or sets ExposureProgram property of the EXIF XMP schema.
Syntax
'Declaration
 
Public Property ExposureProgram As ImGearXMPEnum(Of ImGearEXIFExposureProgram)
'Usage
 
Dim instance As ImGearEXIFXMPMetadata
Dim value As ImGearXMPEnum(Of ImGearEXIFExposureProgram)
 
instance.ExposureProgram = value
 
value = instance.ExposureProgram
public ImGearXMPEnum<ImGearEXIFExposureProgram> ExposureProgram {get; set;}
public: __property ImGearXMPEnum<ImGearEXIFExposureProgram>* get_ExposureProgram();
public: __property void set_ExposureProgram( 
   ImGearXMPEnum<ImGearEXIFExposureProgram>* value
);
public:
property ImGearXMPEnum<ImGearEXIFExposureProgram>^ ExposureProgram {
   ImGearXMPEnum<ImGearEXIFExposureProgram>^ get();
   void set (    ImGearXMPEnum<ImGearEXIFExposureProgram>^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPEnum<T> generic class value with ImageGear.Formats.EXIF.ImGearEXIFExposureProgram type parameter.
Remarks
This XMP property represents EXIF tag 34850 (0x8822) and specifies class of program used for exposure.
See Also

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members