ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.TIFF Namespace / ImGearTIFFXMPMetadata Class / PhotometricInterpretation Property




In This Topic
PhotometricInterpretation Property (ImGearTIFFXMPMetadata)
In This Topic
Gets or sets PhotometricInterpretation property of the TIFF XMP schema.
Syntax
'Declaration
 
Public Property PhotometricInterpretation As ImGearXMPEnum(Of ImGearTIFFPhotoInterpretation)
 
'Usage
 
Dim instance As ImGearTIFFXMPMetadata
Dim value As ImGearXMPEnum(Of ImGearTIFFPhotoInterpretation)
 
instance.PhotometricInterpretation = value
 
value = instance.PhotometricInterpretation

Property Value

ImageGear.Formats.XMP.ImGearXMPEnum<T> generic class value with ImageGear.Formats.TIF.ImGearTIFFPhotoInterpretation type parameter.
Remarks
This XMP property represents TIFF tag 262 (0x106) and specifies pixel composition.
See Also