Accusoft.ImagXpress13.Net
SetTagFloat Method




A single-precision floating point value which represents tag data.
Set Tag Data of type Float or Single.
Syntax
'Declaration
 
Public Sub SetTagFloat( _
   ByVal TagData() As Single _
) 
'Usage
 
Dim instance As ImageXTag
Dim TagData() As Single
 
instance.SetTagFloat(TagData)
public void SetTagFloat( 
   float[] TagData
)
public: void SetTagFloat( 
   float[]* TagData
) 
public:
void SetTagFloat( 
   array<float>^ TagData
) 

Parameters

TagData
A single-precision floating point value which represents tag data.
Remarks

Note: Available in Professional edition.

See Also

Reference

ImageXTag Class
ImageXTag Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback