Error processing SSI file
LEADTOOLS Barcode (Leadtools.Barcode assembly)

Show in webframe

AztecRune Property








Gets or sets a value indicating whether to write Aztec Rune barcode or not.
Syntax
[CategoryAttribute("		Options")]
[DescriptionAttribute("Write Aztec Rune symbols")]
[DefaultValueAttribute()]
[DisplayNameAttribute("Aztec Rune")]
public bool AztecRune {get; set;}
'Declaration
 
<CategoryAttribute("		Options")>
<DescriptionAttribute("Write Aztec Rune symbols")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Aztec Rune")>
Public Property AztecRune As Boolean
'Usage
 
Dim instance As AztecBarcodeWriteOptions
Dim value As Boolean
 
instance.AztecRune = value
 
value = instance.AztecRune
[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")
 <br/>get_AztecRune();<br/>set_AztecRune(value);<br/>Object.defineProperty('AztecRune'); 
[CategoryAttribute("		Options")]
[DescriptionAttribute("Write Aztec Rune symbols")]
[DefaultValueAttribute()]
[DisplayNameAttribute("Aztec Rune")]
public:
property bool AztecRune {
   bool get();
   void set (    bool value);
}

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

See Also

Reference

AztecBarcodeWriteOptions Class
AztecBarcodeWriteOptions Members

Error processing SSI file
Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features