←Select platform

Year Property

Summary

Gets or sets the year when writing a Maxi Code barcode using mode 2 or mode 3 with open system standard message.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[CategoryAttribute("     Options")] 
[DisplayNameAttribute("Year")] 
[DescriptionAttribute("The year that will be encoded when writing Maxi Code symbols as open system standard")] 
[DefaultValueAttribute()] 
public int Year {get; set;} 
<CategoryAttribute("      Options")> 
<DisplayNameAttribute("Year")> 
<DescriptionAttribute("The year that will be encoded when writing Maxi Code symbols as open system standard")> 
<DefaultValueAttribute()> 
Public Property Year As Integer 
[CategoryAttribute("     Options")] 
[DisplayNameAttribute("Year")] 
[DescriptionAttribute("The year that will be encoded when writing Maxi Code symbols as open system standard")] 
[DefaultValueAttribute()] 
public int Year {get; set;} 
@property (nonatomic, assign) NSInteger year 
public int getYear() 
public void setYear(int value) 
             
CategoryAttribute("      Options") 
DisplayNameAttribute("Year") 
DescriptionAttribute("The year that will be encoded when writing Maxi Code symbols as open system standard") 
DefaultValueAttribute() 
  
get_Year(); 
set_Year(value); 
Object.defineProperty('Year');  
[CategoryAttribute("     Options")] 
[DisplayNameAttribute("Year")] 
[DescriptionAttribute("The year that will be encoded when writing Maxi Code symbols as open system standard")] 
[DefaultValueAttribute()] 
public: 
property int Year { 
   int get(); 
   void set (    int ); 
} 

Property Value

A 2-digit Int32 to be used when writing a Maxi Code barcode using mode 2 or mode 3 with open system standard message.

Example

For an example, refer to MaxiBarcodeWriteOptions.

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