ImageGear .NET - Updated
CameraProfile Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.CameraRaw Namespace > ImGearCameraRawXMPMetadata Class : CameraProfile Property
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

Reference

ImGearCameraRawXMPMetadata Class
ImGearCameraRawXMPMetadata Members