ImageGear .NET
CameraProfile Property




Gets or sets CameraProfile property of the XMP Camera Raw schema.
Syntax
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);
}
'Declaration
 
Public Property CameraProfile As ImGearXMPString
 
'Usage
 
Dim instance As ImGearCameraRawXMPMetadata
Dim value As ImGearXMPString
 
instance.CameraProfile = value
 
value = instance.CameraProfile

Property Value

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

Reference

ImGearCameraRawXMPMetadata Class
ImGearCameraRawXMPMetadata Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback