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

Show in webframe

Year Property








Gets or sets the year when writing a Maxi Code barcode using mode 2 or mode 3 with open system standard message.
Syntax
[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;}
'Declaration
 
<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
'Usage
 
Dim instance As MaxiBarcodeWriteOptions
Dim value As Integer
 
instance.Year = value
 
value = instance.Year
[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()
 <br/>get_Year();<br/>set_Year(value);<br/>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 value);
}

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

See Also

Reference

MaxiBarcodeWriteOptions Class
MaxiBarcodeWriteOptions Members

Error processing SSI file
Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features