←Select platform

SymbolSize Property

Summary

Gets or sets the symbol size to use when writing MicroPDF417 barcodes.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public MicroPDF417BarcodeSymbolSize SymbolSize { get; set; } 
Public Property SymbolSize As Leadtools.Barcode.MicroPDF417BarcodeSymbolSize 
public Leadtools.Barcode.MicroPDF417BarcodeSymbolSize SymbolSize {get; set;} 
@property (nonatomic, assign) LTMicroPDF417BarcodeSymbolSize symbolSize 
public MicroPDF417BarcodeSymbolSize getSymbolSize() 
public void setSymbolSize(MicroPDF417BarcodeSymbolSize value) 
             
 <br/>get_SymbolSize();<br/>set_SymbolSize(value);<br/>Object.defineProperty('SymbolSize');  

Property Value

An MicroPDF417BarcodeSymbolSize enumeration member that indicates the symbol size to use when writing MicroPDF417 barcodes. The default value is MicroPDF417BarcodeSymbolSize.Smallest.

Remarks

When the value of LimitByRowsAndColumns is false, the symbol size is control by the BarcodeData.Bounds and XModule values used. Otherwise, the value of SymbolSize will be used.

For more information, refer to Writing Barcodes - Bounds and XModule.

Example

For an example, refer to MicroPDF417BarcodeWriteOptions.

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