ImageGear .NET - Updated May 30, 2018
FocalPlaneXResolution Property (ImGearEXIFXMPMetadata)




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

Property Value

ImageGear.Formats.XMP.ImGearXMPRational class value.
Remarks
This XMP property represents EXIF tag 41486 (0xA20E) and specifies horizontal focal resolution, measured pixels per unit.
See Also

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members