ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.CameraRaw Namespace / ImGearCameraRawXMPMetadata Class / CameraProfile Property




In This Topic
    CameraProfile Property
    In This Topic
    Gets or sets CameraProfile property of the XMP Camera Raw schema.
    Syntax
    'Declaration
     
    Public Property CameraProfile As ImGearXMPString
    'Usage
     
    Dim instance As ImGearCameraRawXMPMetadata
    Dim value As ImGearXMPString
     
    instance.CameraProfile = value
     
    value = instance.CameraProfile
    public ImGearXMPString CameraProfile {get; set;}
    public: __property ImGearXMPString* get_CameraProfile();
    public: __property void set_CameraProfile( 
       ImGearXMPString* value
    );
    public:
    property ImGearXMPString^ CameraProfile {
       ImGearXMPString^ get();
       void set (    ImGearXMPString^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPString class value.
    Remarks
    This XMP property specifies "Camera Profile" setting.
    See Also