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




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

Property Value

ImGearXMPOECFSFR class value.
Remarks
This XMP property represents EXIF tag 41484 (0xA20C) and specifies input device spatial frequency table and SFR values as specified in ISO 12233.
See Also