←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
Objective-C
C++
Java
public int Year { get; set; } 
Public Property Year As Integer 
@property (nonatomic, assign) NSInteger year 
public int getYear() 
public void setYear(int value) 
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

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