←Select platform

AztecRuneValue Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public int AztecRuneValue { get; set; } 
Public Property AztecRuneValue As Integer 
@property (nonatomic, assign) NSInteger aztecRuneValue 
public int getAztecRuneValue() 
public void setAztecRuneValue(int value) 
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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly