ImageGear v26.3 - Updated
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
    public ImGearXMPOECFSFR SpatialFrequencyResponse {get; set;}
    public: __property ImGearXMPOECFSFR* get_SpatialFrequencyResponse();
    public: __property void set_SpatialFrequencyResponse( 
       ImGearXMPOECFSFR* value
    );
    public:
    property ImGearXMPOECFSFR^ SpatialFrequencyResponse {
       ImGearXMPOECFSFR^ get();
       void set (    ImGearXMPOECFSFR^ value);
    }

    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