Accusoft.ImagXpress13.Net
ModcaId Property




Gets and sets the Modca ID.
Syntax
public int ModcaId {get; set;}
public: __property int get_ModcaId();
public: __property void set_ModcaId( 
   int value
);
public:
property int ModcaId {
   int get();
   void set (    int value);
}
'Declaration
 
Public Property ModcaId As Integer
 
'Usage
 
Dim instance As ImageModcaTag
Dim value As Integer
 
instance.ModcaId = value
 
value = instance.ModcaId

Property Value

An integer value which represents the Modca ID to get or set.
Remarks

Note: Available in Professional edition.

See Also

Reference

ImageModcaTag Class
ImageModcaTag Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback