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




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

    Property Value

    ImageGear.Formats.XMP.ImGearXMPSeq<T> generic class value with ImageGear.Formats.XMP.ImGearXMPInteger type parameter.
    Remarks
    This XMP property represents EXIF tag 34855 (0x8827) and specifies ISO Speed and ISO Latitude of the input device as specified in ISO 12232.
    See Also