Accusoft.ImagXpress13.Net
DataField Property




Gets or sets the data field.
Syntax
'Declaration
 
Public Property DataField As Byte()
'Usage
 
Dim instance As ImageXIptcData
Dim value() As Byte
 
instance.DataField = value
 
value = instance.DataField
public byte[] DataField {get; set;}
public: __property byte[]* get_DataField();
public: __property void set_DataField( 
   byte[]* value
);
public:
property array<byte>^ DataField {
   array<byte>^ get();
   void set (    array<byte>^ value);
}

Property Value

A byte value which represents the data field.
Remarks

Note: Available in Professional edition.

See Also

Reference

ImageXIptcData Class
ImageXIptcData Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback