Accusoft.ImagXpress13.Net
ImageXIptcData Constructor(Byte,Byte,Int64,String)




A byte value which represents the record.
A byte value which represents the data set.
An integer which represents the type of data set.
A string value which represents the data field string.
Initializes a new instance of the ImageXIptcData class.
Syntax
'Declaration
 
Public Function New( _
   ByVal record As Byte, _
   ByVal dataSet As Byte, _
   ByVal dataSetType As Long, _
   ByVal data As String _
)
'Usage
 
Dim record As Byte
Dim dataSet As Byte
Dim dataSetType As Long
Dim data As String
 
Dim instance As New ImageXIptcData(record, dataSet, dataSetType, data)
public ImageXIptcData( 
   byte record,
   byte dataSet,
   long dataSetType,
   string data
)
public: ImageXIptcData( 
   byte record,
   byte dataSet,
   long dataSetType,
   string* data
)
public:
ImageXIptcData( 
   byte record,
   byte dataSet,
   int64 dataSetType,
   String^ data
)

Parameters

record
A byte value which represents the record.
dataSet
A byte value which represents the data set.
dataSetType
An integer which represents the type of data set.
data
A string value which represents the data field string.
Remarks

Note: Available in Professional edition.

See Also

Reference

ImageXIptcData Class
ImageXIptcData Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback