ImageGear v26.3 - Updated November 9, 2022
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

Property Value

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