ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearEXIFXMPMetadata Class / FocalLengthIn35mmFilm Property




In This Topic
FocalLengthIn35mmFilm Property (ImGearEXIFXMPMetadata)
In This Topic
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