Accusoft.ImagXpress13.Net
TagElementsCount Property




Gets and sets the number of data items in the tag.
Syntax
'Declaration
 
Public Property TagElementsCount As Integer
'Usage
 
Dim instance As ImageXTag
Dim value As Integer
 
instance.TagElementsCount = value
 
value = instance.TagElementsCount
public int TagElementsCount {get; set;}
public: __property int get_TagElementsCount();
public: __property void set_TagElementsCount( 
   int value
);
public:
property int TagElementsCount {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents the number of data items in the tag.
Remarks

For more information on querying and modifying tags, see the Modify Tags topic.

Note: Available in Professional edition.

See Also

Reference

ImageXTag Class
ImageXTag Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback