←Select platform

SymbolSize Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public MicroPDF417BarcodeSymbolSize SymbolSize { get; set; } 
Public Property SymbolSize As MicroPDF417BarcodeSymbolSize 
@property (nonatomic, assign) LTMicroPDF417BarcodeSymbolSize symbolSize 
public MicroPDF417BarcodeSymbolSize getSymbolSize() 
public void setSymbolSize(MicroPDF417BarcodeSymbolSize value) 
public: 
property MicroPDF417BarcodeSymbolSize SymbolSize { 
   MicroPDF417BarcodeSymbolSize get(); 
   void set (    MicroPDF417BarcodeSymbolSize ); 
} 

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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly