Accusoft.ImagXpress13.Net
SetTagSBytes Method




An unsigned byte array consisting of values ImageXTag contains.
Sets Tag Data based on the byte array input.
Syntax
'Declaration
 
Public Sub SetTagSBytes( _
   ByVal TagData() As Short _
) 
'Usage
 
Dim instance As ImageXTag
Dim TagData() As Short
 
instance.SetTagSBytes(TagData)
public void SetTagSBytes( 
   short[] TagData
)
public: void SetTagSBytes( 
   short[]* TagData
) 
public:
void SetTagSBytes( 
   array<short>^ TagData
) 

Parameters

TagData
An unsigned byte array consisting of values ImageXTag contains.
Remarks

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