←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++
public bool OpenSystemStandard { get; set; } 
Public Property OpenSystemStandard As Boolean 
public bool OpenSystemStandard {get; set;} 
@property (nonatomic, assign) BOOL openSystemStandard 
public boolean getOpenSystemStandard() 
public void setOpenSystemStandard(boolean value) 
             
 <br/>get_OpenSystemStandard();<br/>set_OpenSystemStandard(value);<br/>Object.defineProperty('OpenSystemStandard');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly