Accusoft.ImagXpress13.Net
GetTagInt32 Method




Gets tag data of type long or int32.
Syntax
'Declaration
 
Public Function GetTagInt32() As Integer()
'Usage
 
Dim instance As ImageXTag
Dim value() As Integer
 
value = instance.GetTagInt32()
public int[] GetTagInt32()
public: int[]* GetTagInt32(); 
public:
array<int>^ GetTagInt32(); 

Return Value

An integer 32 which represents the tag data converted from UInt16.
Remarks

Note: Tag type UInt16 (Tag_Short) is returned at Int32[] because UInt16 is not CLS complaint.

Note: Available in Professional edition.

See Also

Reference

ImageXTag Class
ImageXTag Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback