←Select platform

Resolution Property

Summary

Gets or sets the resolution of the output barcode.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int Resolution { get; set; } 
Public Property Resolution As Integer 
public int Resolution {get; set;} 
@property (nonatomic, assign) NSInteger resolution 
public int getResolution() 
public void setResolution(int value) 
             
 <br/>get_Resolution();<br/>set_Resolution(value);<br/>Object.defineProperty('Resolution');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly