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




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

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property represents TIFF tag 318 (0x13E) and specifies chromaticity of white point.
See Also