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




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

Property Value

ImGearXMPCFAPattern class value.
Remarks
This XMP property represents EXIF tag 41730 (0xA302) and specifies color filter array geometric pattern of the image sense.
See Also