←Select platform

AztecRune Property

Summary

Gets or sets a value indicating whether to write Aztec Rune barcode or not.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool AztecRune { get; set; } 
Public Property AztecRune As Boolean 
public bool AztecRune {get; set;} 
@property (nonatomic, assign) BOOL aztecRune 
public boolean getAztecRune() 
public void setAztecRune(boolean value) 
             
 <br/>get_AztecRune();<br/>set_AztecRune(value);<br/>Object.defineProperty('AztecRune');  
public: 
property bool AztecRune { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to write Aztec Rune symbols. Otherwise, false. The default value is false.

Remarks

Aztec Rune are symbols without data layers where only a single value between 0 and 255 could be encoded

Example

For an example, refer to AztecBarcodeWriteOptions.

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