ImageGear .NET - Updated
TransferFunction Property (ImGearTIFFXMPMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.TIFF Namespace > ImGearTIFFXMPMetadata Class : TransferFunction Property
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
public ImGearXMPSeq<ImGearXMPInteger> TransferFunction {get; set;}
public: __property ImGearXMPSeq<ImGearXMPInteger*>* get_TransferFunction();
public: __property void set_TransferFunction( 
   ImGearXMPSeq<ImGearXMPInteger*>* value
);
public:
property ImGearXMPSeq<ImGearXMPInteger^>^ TransferFunction {
   ImGearXMPSeq<ImGearXMPInteger^>^ get();
   void set (    ImGearXMPSeq<ImGearXMPInteger^>^ value);
}

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

Reference

ImGearTIFFXMPMetadata Class
ImGearTIFFXMPMetadata Members