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




In This Topic
FocalPlaneYResolution Property (ImGearEXIFXMPMetadata)
In This Topic
Gets or sets FocalPlaneYResolution property of the EXIF XMP schema.
Syntax
'Declaration
 
Public Property FocalPlaneYResolution As ImGearXMPRational
 
'Usage
 
Dim instance As ImGearEXIFXMPMetadata
Dim value As ImGearXMPRational
 
instance.FocalPlaneYResolution = value
 
value = instance.FocalPlaneYResolution

Property Value

ImageGear.Formats.XMP.ImGearXMPRational class value.
Remarks
This XMP property represents EXIF tag 41487 (0xA20F) and specifies vertical focal resolution, measured in pixels per unit.
See Also