Accusoft.ImagXpress13.Net
TagNumber Property




Gets and sets the Tag ID Number.
Syntax
'Declaration
 
Public Property TagNumber As Integer
'Usage
 
Dim instance As ImageXTag
Dim value As Integer
 
instance.TagNumber = value
 
value = instance.TagNumber
public int TagNumber {get; set;}
public: __property int get_TagNumber();
public: __property void set_TagNumber( 
   int value
);
public:
property int TagNumber {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents the tag ID number.
Remarks

Each tag in a TIFF or EXIF file has a corresponding number which identifies the information stored there. This property is a unique identifier of the tag within the tag collection.

Note: Available in Professional edition.

See Also

Reference

ImageXTag Class
ImageXTag Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback