←Select platform

OpenSystemStandard Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public bool OpenSystemStandard { get; set; } 
Public Property OpenSystemStandard As Boolean 
@property (nonatomic, assign) BOOL openSystemStandard 
public boolean getOpenSystemStandard() 
public void setOpenSystemStandard(boolean value) 
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

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly