←Select platform

AztecRune Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public bool AztecRune { get; set; } 
Public Property AztecRune As Boolean 
@property (nonatomic, assign) BOOL aztecRune 
public boolean getAztecRune() 
public void setAztecRune(boolean value) 
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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly