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

Show in webframe

Resolution Property








Gets or sets the resolution of the output barcode.
Syntax
[DisplayNameAttribute("Resolution")]
[DescriptionAttribute("The resolution of output symbol when writing Maxi Code symbols")]
[DefaultValueAttribute()]
[CategoryAttribute("		Options")]
public int Resolution {get; set;}
'Declaration
 
<DisplayNameAttribute("Resolution")>
<DescriptionAttribute("The resolution of output symbol when writing Maxi Code symbols")>
<DefaultValueAttribute()>
<CategoryAttribute("		Options")>
Public Property Resolution As Integer
'Usage
 
Dim instance As MaxiBarcodeWriteOptions
Dim value As Integer
 
instance.Resolution = value
 
value = instance.Resolution
[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")
 <br/>get_Resolution();<br/>set_Resolution(value);<br/>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 value);
}

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

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