Error processing SSI file
LEADTOOLS Barcode (Leadtools.Barcode assembly)

Show in webframe

ServiceClass Property








Gets or sets the service class when writing a Maxi Code barcode using mode 2 or mode 3.
Syntax
[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);
}

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

See Also

Reference

MaxiBarcodeWriteOptions Class
MaxiBarcodeWriteOptions Members

Error processing SSI file
Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features