Accusoft.ImagXpress13.Net
DataSet Property




Gets or sets the data set.
Syntax
'Declaration
 
Public Property DataSet As Byte
'Usage
 
Dim instance As ImageXIptcData
Dim value As Byte
 
instance.DataSet = value
 
value = instance.DataSet
public byte DataSet {get; set;}
public: __property byte get_DataSet();
public: __property void set_DataSet( 
   byte value
);
public:
property byte DataSet {
   byte get();
   void set (    byte value);
}

Property Value

A byte value which represents the data set.
Remarks

Note: Available in Professional edition.

See Also

Reference

ImageXIptcData Class
ImageXIptcData Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback