Accusoft.ImagXpress13.Net
CalTags Property




Get and sets the String pair Modca/Cals Tags Cal Tags can only be obtainds from Modca/Cals images open by Load methods Presently, there is no way to edit Cal tags without loading and saving the image.
Syntax
'Declaration
 
Public Property CalTags As ImageCalsCollection
'Usage
 
Dim instance As ImageX
Dim value As ImageCalsCollection
 
instance.CalTags = value
 
value = instance.CalTags
public ImageCalsCollection CalTags {get; set;}
public: __property ImageCalsCollection* get_CalTags();
public: __property void set_CalTags( 
   ImageCalsCollection* value
);
public:
property ImageCalsCollection^ CalTags {
   ImageCalsCollection^ get();
   void set (    ImageCalsCollection^ value);
}

Property Value

The Cals tags.
Remarks

Note: Available in Professional edition.

See Also

Reference

ImageX Class
ImageX Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback