ImageGear .NET - Updated March 30, 2018
FocalLengthIn35mmFilm Property (ImGearEXIFXMPMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.EXIF Namespace > ImGearEXIFXMPMetadata Class : FocalLengthIn35mmFilm Property
Gets or sets FocalLengthIn35mmFilm property of the EXIF XMP schema.
Syntax
'Declaration
 
Public Property FocalLengthIn35mmFilm As ImGearXMPInteger
 
'Usage
 
Dim instance As ImGearEXIFXMPMetadata
Dim value As ImGearXMPInteger
 
instance.FocalLengthIn35mmFilm = value
 
value = instance.FocalLengthIn35mmFilm

Property Value

ImageGear.Formats.XMP.ImGearXMPInteger class value.
Remarks
This XMP property represents EXIF tag 41989 (0xA405) and indicates the equivalent focal length assuming a 35mm film camera, in mm. A value of 0 means the focal length is unknown. Note that this tag differs from the FocalLength tag.
See Also

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members