Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > MaxiBarcodeWriteOptions Class : ServiceClass Property |
[DescriptionAttribute("The service class that will be encoded when writing Maxi Code symbols using mode 2 or mode 3")] [DefaultValueAttribute()] [CategoryAttribute(" Options")] [DisplayNameAttribute("Service Class")] public int ServiceClass {get; set;}
'Declaration
<DescriptionAttribute("The service class that will be encoded when writing Maxi Code symbols using mode 2 or mode 3")> <DefaultValueAttribute()> <CategoryAttribute(" Options")> <DisplayNameAttribute("Service Class")> Public Property ServiceClass As Integer
'Usage
Dim instance As MaxiBarcodeWriteOptions Dim value As Integer instance.ServiceClass = value value = instance.ServiceClass
[DescriptionAttribute("The service class that will be encoded when writing Maxi Code symbols using mode 2 or mode 3")] [DefaultValueAttribute()] [CategoryAttribute(" Options")] [DisplayNameAttribute("Service Class")] public int ServiceClass {get; set;}
@property (nonatomic, assign) NSInteger serviceClass
public int getServiceClass() public void setServiceClass(int value)
DescriptionAttribute("The service class that will be encoded when writing Maxi Code symbols using mode 2 or mode 3") DefaultValueAttribute() CategoryAttribute(" Options") DisplayNameAttribute("Service Class") <br/>get_ServiceClass();<br/>set_ServiceClass(value);<br/>Object.defineProperty('ServiceClass');
[DescriptionAttribute("The service class that will be encoded when writing Maxi Code symbols using mode 2 or mode 3")] [DefaultValueAttribute()] [CategoryAttribute(" Options")] [DisplayNameAttribute("Service Class")] public: property int ServiceClass { int get(); void set ( int value); }
For an example, refer to MaxiBarcodeWriteOptions.