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




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

Property Value

ImageGear.Formats.XMP.ImGearXMPEnum<T> generic class value with ImageGear.Formats.TIF.ImGearTIFFResolutionUnit type parameter.
Remarks
This XMP property represents EXIF tag 41488 (0xA210) and specifies unit used for FocalPlaneXResolution and FocalPlaneYResolution.
See Also