ImageGear .NET - Updated
DigitalZoomRatio Property (ImGearEXIFXMPMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.EXIF Namespace > ImGearEXIFXMPMetadata Class : DigitalZoomRatio Property
Gets or sets DigitalZoomRatio property of the EXIF XMP schema.
Syntax
'Declaration
 
Public Property DigitalZoomRatio As ImGearXMPRational
'Usage
 
Dim instance As ImGearEXIFXMPMetadata
Dim value As ImGearXMPRational
 
instance.DigitalZoomRatio = value
 
value = instance.DigitalZoomRatio
public ImGearXMPRational DigitalZoomRatio {get; set;}
public: __property ImGearXMPRational* get_DigitalZoomRatio();
public: __property void set_DigitalZoomRatio( 
   ImGearXMPRational* value
);
public:
property ImGearXMPRational^ DigitalZoomRatio {
   ImGearXMPRational^ get();
   void set (    ImGearXMPRational^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPRational class value.
Remarks
This XMP property represents EXIF tag 41988 (0xA404) and indicates the digital zoom ratio when the image was shot.
See Also

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members