ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.CameraRaw Namespace / ImGearCameraRawXMPMetadata Class / RawFileName Property




In This Topic
RawFileName Property
In This Topic
Gets or sets RawFileName property of the XMP Camera Raw schema.
Syntax
'Declaration
 
Public Property RawFileName As ImGearXMPString
 
'Usage
 
Dim instance As ImGearCameraRawXMPMetadata
Dim value As ImGearXMPString
 
instance.RawFileName = value
 
value = instance.RawFileName

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property specifies file name for the raw file (not a complete path).
See Also