JpegExifDataTransferFunction Property |
Gets or sets the transfer function.
Namespace:
Aspose.CAD.Exif
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic ushort[] TransferFunction { get; set; }
Public Property TransferFunction As UShort()
Get
Set
public:
property array<unsigned short>^ TransferFunction {
array<unsigned short>^ get ();
void set (array<unsigned short>^ value);
}
member TransferFunction : uint16[] with get, set
Property Value
Type:
UInt16
The transfer function.
See Also