ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearEXIFXMPMetadata Class / SensingMethod Property




In This Topic
SensingMethod Property (ImGearEXIFXMPMetadata)
In This Topic
Gets or sets SensingMethod property of the EXIF XMP schema.
Syntax
'Declaration
 
Public Property SensingMethod As ImGearXMPEnum(Of ImGearEXIFSensingMethod)
 
'Usage
 
Dim instance As ImGearEXIFXMPMetadata
Dim value As ImGearXMPEnum(Of ImGearEXIFSensingMethod)
 
instance.SensingMethod = value
 
value = instance.SensingMethod

Property Value

ImageGear.Formats.XMP.ImGearXMPEnum<T> generic class value with ImageGear.Formats.EXIF.ImGearEXIFSensingMethod type parameter.
Remarks
This XMP property represents EXIF tag 41495 (0xA217) and specifies image sensor type on input device.
See Also