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




A byte value which represents the record.
A byte value which represents the data set.
An integer which represents the type of data set.
An integer value which represents the length of the data set.
An object which contains the data.
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 dataSetLength As Long, _
   ByVal data As Object _
)
'Usage
 
Dim record As Byte
Dim dataSet As Byte
Dim dataSetType As Long
Dim dataSetLength As Long
Dim data As Object
 
Dim instance As New ImageXIptcData(record, dataSet, dataSetType, dataSetLength, data)
public ImageXIptcData( 
   byte record,
   byte dataSet,
   long dataSetType,
   long dataSetLength,
   object data
)
public: ImageXIptcData( 
   byte record,
   byte dataSet,
   long dataSetType,
   long dataSetLength,
   Object* data
)
public:
ImageXIptcData( 
   byte record,
   byte dataSet,
   int64 dataSetType,
   int64 dataSetLength,
   Object^ 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.
dataSetLength
An integer value which represents the length of the data set.
data
An object which contains the data.
Remarks

Note: Available in Professional edition.

See Also

Reference

ImageXIptcData Class
ImageXIptcData Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback