ImageGear .NET
TransferFunction Property (ImGearTIFFXMPMetadata)




Gets or sets TransferFunction property of the TIFF XMP schema.
Syntax
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);
}
'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

Reference

ImGearTIFFXMPMetadata Class
ImGearTIFFXMPMetadata Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback