Accusoft.ImagXpress13.Net
TagType Property




Gets and sets the type of data within the tag.
Syntax
'Declaration
 
Public Property TagType As TagTypes
'Usage
 
Dim instance As ImageXTag
Dim value As TagTypes
 
instance.TagType = value
 
value = instance.TagType
public TagTypes TagType {get; set;}
public: __property TagTypes get_TagType();
public: __property void set_TagType( 
   TagTypes value
);
public:
property TagTypes TagType {
   TagTypes get();
   void set (    TagTypes value);
}

Property Value

The TagTypes enumeration value set.
Remarks

The Tag Type can be byte, short, long, rational and signed or unsigned.

Note: Available in Professional edition.

See Also

Reference

ImageXTag Class
ImageXTag Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback