←Select platform

Resolution Property

Summary

Gets or sets the resolution of the output barcode.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[DisplayNameAttribute("Resolution")] 
[DescriptionAttribute("The resolution of output symbol when writing Maxi Code symbols")] 
[DefaultValueAttribute()] 
[CategoryAttribute("        Options")] 
public int Resolution {get; set;} 
<DisplayNameAttribute("Resolution")> 
<DescriptionAttribute("The resolution of output symbol when writing Maxi Code symbols")> 
<DefaultValueAttribute()> 
<CategoryAttribute("     Options")> 
Public Property Resolution As Integer 
[DisplayNameAttribute("Resolution")] 
[DescriptionAttribute("The resolution of output symbol when writing Maxi Code symbols")] 
[DefaultValueAttribute()] 
[CategoryAttribute("        Options")] 
public int Resolution {get; set;} 
@property (nonatomic, assign) NSInteger resolution 
public int getResolution() 
public void setResolution(int value) 
             
DisplayNameAttribute("Resolution") 
DescriptionAttribute("The resolution of output symbol when writing Maxi Code symbols") 
DefaultValueAttribute() 
CategoryAttribute("     Options") 
  
get_Resolution(); 
set_Resolution(value); 
Object.defineProperty('Resolution');  
[DisplayNameAttribute("Resolution")] 
[DescriptionAttribute("The resolution of output symbol when writing Maxi Code symbols")] 
[DefaultValueAttribute()] 
[CategoryAttribute("        Options")] 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Barcode Assembly
Click or drag to resize