Gets or sets the resolution of the output barcode.
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');
An Int32 to be used as resolution of the output barcode writing a Maxi Code barcode. The default value is 300.
The Maxi Code is a fixed print-size symbol, the resolution is used to determine the symbol height and width in pixels.
For an example, refer to MaxiBarcodeWriteOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET