ImageGear v26.3 - Updated
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
    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