←Select platform

OpenSystemStandard Property

Summary

Gets or sets a value indicating whether to use open system standard or not.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[DescriptionAttribute("Write Maxi Code symbols using mode 2 or mode 3 with open system standard message")] 
[DefaultValueAttribute()] 
[CategoryAttribute("        Options")] 
[DisplayNameAttribute("Open System Standard")] 
public bool OpenSystemStandard {get; set;} 
<DescriptionAttribute("Write Maxi Code symbols using mode 2 or mode 3 with open system standard message")> 
<DefaultValueAttribute()> 
<CategoryAttribute("     Options")> 
<DisplayNameAttribute("Open System Standard")> 
Public Property OpenSystemStandard As Boolean 
[DescriptionAttribute("Write Maxi Code symbols using mode 2 or mode 3 with open system standard message")] 
[DefaultValueAttribute()] 
[CategoryAttribute("        Options")] 
[DisplayNameAttribute("Open System Standard")] 
public bool OpenSystemStandard {get; set;} 
@property (nonatomic, assign) BOOL openSystemStandard 
public boolean getOpenSystemStandard() 
public void setOpenSystemStandard(boolean value) 
             
DescriptionAttribute("Write Maxi Code symbols using mode 2 or mode 3 with open system standard message") 
DefaultValueAttribute() 
CategoryAttribute("     Options") 
DisplayNameAttribute("Open System Standard") 
  
get_OpenSystemStandard(); 
set_OpenSystemStandard(value); 
Object.defineProperty('OpenSystemStandard');  
[DescriptionAttribute("Write Maxi Code symbols using mode 2 or mode 3 with open system standard message")] 
[DefaultValueAttribute()] 
[CategoryAttribute("        Options")] 
[DisplayNameAttribute("Open System Standard")] 
public: 
property bool OpenSystemStandard { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to use open system standard. Otherwise, false. The default value is false.

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