←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++
[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;} 
<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 
[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") 
  
get_ServiceClass(); 
set_ServiceClass(value); 
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 ); 
} 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Barcode Assembly
Click or drag to resize