Accusoft.ImagXpress13.Net
ImageModcaTag Constructor(Int32,Int32,Object)




An integer value which represents the Modca ID.
An integer value which represents the count of the Modca tags.
An object which represents the data field.
Initializes a new instance of the ImageModcaTag class allowing to pass in a ModcaID, count and data field by object.
Syntax
'Declaration
 
Public Function New( _
   ByVal ModcaID As Integer, _
   ByVal Count As Integer, _
   ByVal ModcaDataField As Object _
)
'Usage
 
Dim ModcaID As Integer
Dim Count As Integer
Dim ModcaDataField As Object
 
Dim instance As New ImageModcaTag(ModcaID, Count, ModcaDataField)
public ImageModcaTag( 
   int ModcaID,
   int Count,
   object ModcaDataField
)
public: ImageModcaTag( 
   int ModcaID,
   int Count,
   Object* ModcaDataField
)
public:
ImageModcaTag( 
   int ModcaID,
   int Count,
   Object^ ModcaDataField
)

Parameters

ModcaID
An integer value which represents the Modca ID.
Count
An integer value which represents the count of the Modca tags.
ModcaDataField
An object which represents the data field.
Remarks

Note: Available in Professional edition.

See Also

Reference

ImageModcaTag Class
ImageModcaTag Members
Overload List

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback