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

Show in webframe

AztecRuneValue Property








Gets or sets a value to be encoded when writing an Aztec Rune barcode.
Syntax
[DescriptionAttribute("The value that will be used when writing Aztec Rune symbols")]
[DefaultValueAttribute()]
[DisplayNameAttribute("Aztec Rune Value")]
[CategoryAttribute("			Ooptions")]
public int AztecRuneValue {get; set;}
'Declaration
 
<DescriptionAttribute("The value that will be used when writing Aztec Rune symbols")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Aztec Rune Value")>
<CategoryAttribute("			Ooptions")>
Public Property AztecRuneValue As Integer
'Usage
 
Dim instance As AztecBarcodeWriteOptions
Dim value As Integer
 
instance.AztecRuneValue = value
 
value = instance.AztecRuneValue
[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")
 <br/>get_AztecRuneValue();<br/>set_AztecRuneValue(value);<br/>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 value);
}

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

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