←Select platform

AztecRuneValue Property

Summary

Gets or sets a value to be encoded when writing an Aztec Rune barcode.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[DescriptionAttribute("The value that will be used when writing Aztec Rune symbols")] 
[DefaultValueAttribute()] 
[DisplayNameAttribute("Aztec Rune Value")] 
[CategoryAttribute("            Ooptions")] 
public int AztecRuneValue {get; set;} 
<DescriptionAttribute("The value that will be used when writing Aztec Rune symbols")> 
<DefaultValueAttribute()> 
<DisplayNameAttribute("Aztec Rune Value")> 
<CategoryAttribute("         Ooptions")> 
Public Property AztecRuneValue As Integer 
[DescriptionAttribute("The value that will be used when writing Aztec Rune symbols")] 
[DefaultValueAttribute()] 
[DisplayNameAttribute("Aztec Rune Value")] 
[CategoryAttribute("            Ooptions")] 
public int AztecRuneValue {get; set;} 
@property (nonatomic, assign) NSInteger aztecRuneValue 
public int getAztecRuneValue() 
public void setAztecRuneValue(int value) 
             
DescriptionAttribute("The value that will be used when writing Aztec Rune symbols") 
DefaultValueAttribute() 
DisplayNameAttribute("Aztec Rune Value") 
CategoryAttribute("         Ooptions") 
  
get_AztecRuneValue(); 
set_AztecRuneValue(value); 
Object.defineProperty('AztecRuneValue');  
[DescriptionAttribute("The value that will be used when writing Aztec Rune symbols")] 
[DefaultValueAttribute()] 
[DisplayNameAttribute("Aztec Rune Value")] 
[CategoryAttribute("            Ooptions")] 
public: 
property int AztecRuneValue { 
   int get(); 
   void set (    int ); 
} 

Property Value

An Int32 to be encoded when writing an Aztec Rune symbol. Must be a value greater than or equal to 0 and less than or equal 255. The default value is 0.

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