Accusoft.ImagXpress13.Net
SetTagDouble Method




A double-precision floating point value which represents the tag data.
Sets tag data of type Double.
Syntax
'Declaration
 
Public Sub SetTagDouble( _
   ByVal TagData() As Double _
) 
'Usage
 
Dim instance As ImageXTag
Dim TagData() As Double
 
instance.SetTagDouble(TagData)
public void SetTagDouble( 
   double[] TagData
)
public: void SetTagDouble( 
   double[]* TagData
) 
public:
void SetTagDouble( 
   array<double>^ TagData
) 

Parameters

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

Note: Available in Professional edition.

See Also

Reference

ImageXTag Class
ImageXTag Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback