Accusoft.ImagXpress13.Net
SetTagBytes Method




An unsigned byte array which represents the tag data.
Sets Tag Data of based on byte array input.
Syntax
'Declaration
 
Public Sub SetTagBytes( _
   ByVal TagData() As Byte _
) 
'Usage
 
Dim instance As ImageXTag
Dim TagData() As Byte
 
instance.SetTagBytes(TagData)
public void SetTagBytes( 
   byte[] TagData
)
public: void SetTagBytes( 
   byte[]* TagData
) 
public:
void SetTagBytes( 
   array<byte>^ TagData
) 

Parameters

TagData
An unsigned byte array which represents the tag data.
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