Accusoft.ImagXpress13.Net
GetTagBytes Method




Gets tag data that are of the type Bytes.
Syntax
'Declaration
 
Public Function GetTagBytes() As Byte()
'Usage
 
Dim instance As ImageXTag
Dim value() As Byte
 
value = instance.GetTagBytes()
public byte[] GetTagBytes()
public: byte[]* GetTagBytes(); 
public:
array<byte>^ GetTagBytes(); 

Return Value

A byte array which contains 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