Accusoft.ImagXpress13.Net
Tags Property




Gets and sets the tag collection associated with this ImageX image.
Syntax
public ImageXTagCollection Tags {get; set;}
public: __property ImageXTagCollection* get_Tags();
public: __property void set_Tags( 
   ImageXTagCollection* value
);
public:
property ImageXTagCollection^ Tags {
   ImageXTagCollection^ get();
   void set (    ImageXTagCollection^ value);
}
'Declaration
 
Public Property Tags As ImageXTagCollection
 
'Usage
 
Dim instance As ImageX
Dim value As ImageXTagCollection
 
instance.Tags = value
 
value = instance.Tags

Property Value

An ImageXTagCollection which contains the associated tags.
Remarks

Note: Available in Professional edition.

See Also

Reference

ImageX Class
ImageX Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback