Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > AztecBarcodeWriteOptions Class : AztecRuneValue Property |
[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); }
For an example, refer to AztecBarcodeWriteOptions.