←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++
[CategoryAttribute("     Options")] 
[DescriptionAttribute("Write Aztec Rune symbols")] 
[DefaultValueAttribute()] 
[DisplayNameAttribute("Aztec Rune")] 
public bool AztecRune {get; set;} 
<CategoryAttribute("      Options")> 
<DescriptionAttribute("Write Aztec Rune symbols")> 
<DefaultValueAttribute()> 
<DisplayNameAttribute("Aztec Rune")> 
Public Property AztecRune As Boolean 
[CategoryAttribute("     Options")] 
[DescriptionAttribute("Write Aztec Rune symbols")] 
[DefaultValueAttribute()] 
[DisplayNameAttribute("Aztec Rune")] 
public bool AztecRune {get; set;} 
@property (nonatomic, assign) BOOL aztecRune 
public boolean getAztecRune() 
public void setAztecRune(boolean value) 
             
CategoryAttribute("      Options") 
DescriptionAttribute("Write Aztec Rune symbols") 
DefaultValueAttribute() 
DisplayNameAttribute("Aztec Rune") 
  
get_AztecRune(); 
set_AztecRune(value); 
Object.defineProperty('AztecRune');  
[CategoryAttribute("     Options")] 
[DescriptionAttribute("Write Aztec Rune symbols")] 
[DefaultValueAttribute()] 
[DisplayNameAttribute("Aztec Rune")] 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Barcode Assembly
Click or drag to resize