Accusoft.ImagXpress13.Net
GetTagFloat Method




Retrieves a float array of values contained within the ImageXTag.
Syntax
'Declaration
 
Public Function GetTagFloat() As Single()
'Usage
 
Dim instance As ImageXTag
Dim value() As Single
 
value = instance.GetTagFloat()
public float[] GetTagFloat()
public: float[]* GetTagFloat(); 
public:
array<float>^ GetTagFloat(); 

Return Value

A signed float array of values contained within the ImageXTag.
Remarks

Get tag data of type float or single.

Note: The public "get" and "set" methods of the ImageXTag class only get or obtain tags of the appropriate types.

Note: Available in Professional edition.

See Also

Reference

ImageXTag Class
ImageXTag Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback