ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIFAux Namespace / ImGearEXIFAuxXMPMetadata Class / SerialNumber Property




In This Topic
SerialNumber Property
In This Topic
Gets or sets SerialNumber property of the EXIF Aux XMP schema.
Syntax
'Declaration
 
Public Property SerialNumber As ImGearXMPString
 
'Usage
 
Dim instance As ImGearEXIFAuxXMPMetadata
Dim value As ImGearXMPString
 
instance.SerialNumber = value
 
value = instance.SerialNumber

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property represents serial number of the camera or camera body used to take the photograph.
See Also