←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++
public int AztecRuneValue { get; set; } 
Public Property AztecRuneValue As Integer 
public int AztecRuneValue {get; set;} 
@property (nonatomic, assign) NSInteger aztecRuneValue 
public int getAztecRuneValue() 
public void setAztecRuneValue(int value) 
             
 <br/>get_AztecRuneValue();<br/>set_AztecRuneValue(value);<br/>Object.defineProperty('AztecRuneValue');  
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly