ImageGear v26.3 - Updated
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
    public ImGearXMPCFAPattern CFAPattern {get; set;}
    public: __property ImGearXMPCFAPattern* get_CFAPattern();
    public: __property void set_CFAPattern( 
       ImGearXMPCFAPattern* value
    );
    public:
    property ImGearXMPCFAPattern^ CFAPattern {
       ImGearXMPCFAPattern^ get();
       void set (    ImGearXMPCFAPattern^ value);
    }

    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