←Select platform

Resolution Property

Summary
Gets or sets the resolution of the output barcode.
Syntax
C#
VB
Objective-C
C++
Java
public int Resolution { get; set; } 
Public Property Resolution As Integer 
@property (nonatomic, assign) NSInteger resolution 
public int getResolution() 
public void setResolution(int value) 
public: 
property int Resolution { 
   int get(); 
   void set (    int ); 
} 

Property Value

An Int32 to be used as resolution of the output barcode writing a Maxi Code barcode. The default value is 300.

Remarks

The Maxi Code is a fixed print-size symbol, the resolution is used to determine the symbol height and width in pixels.

Example

For an example, refer to MaxiBarcodeWriteOptions.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.