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




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

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property represents TIFF tag 301 (0x12D) and specifies transfer function for image described in tabular style with 3 * 256 entries.
See Also