Accusoft.ImagXpress13.Net
Record Property




Gets or sets the record.
Syntax
'Declaration
 
Public Property Record As Byte
'Usage
 
Dim instance As ImageXIptcData
Dim value As Byte
 
instance.Record = value
 
value = instance.Record
public byte Record {get; set;}
public: __property byte get_Record();
public: __property void set_Record( 
   byte value
);
public:
property byte Record {
   byte get();
   void set (    byte value);
}

Property Value

A byte value which represents the record.
Remarks

Note: Available in Professional edition.

See Also

Reference

ImageXIptcData Class
ImageXIptcData Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback