←Select platform

ServiceClass Property

Summary

Gets or sets the service class when writing a Maxi Code barcode using mode 2 or mode 3.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int ServiceClass { get; set; } 
Public Property ServiceClass As Integer 
public int ServiceClass {get; set;} 
@property (nonatomic, assign) NSInteger serviceClass 
public int getServiceClass() 
public void setServiceClass(int value) 
             
 <br/>get_ServiceClass();<br/>set_ServiceClass(value);<br/>Object.defineProperty('ServiceClass');  
public: 
property int ServiceClass { 
   int get(); 
   void set (    int ); 
} 

Property Value

A 3-digit Int32 to be used when writing a Maxi Code barcode using mode 2 or mode 3.

Example

For an example, refer to MaxiBarcodeWriteOptions.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly