←Select platform

SymbolSize Property (MicroPDF417BarcodeWriteOptions)

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[DefaultValueAttribute()] 
[DescriptionAttribute("Symbol size (rows X columns)")] 
[CategoryAttribute("    Size")] 
[DisplayNameAttribute("Symbol size")] 
public Leadtools.Barcode.MicroPDF417BarcodeSymbolSize SymbolSize {get; set;} 
<DefaultValueAttribute()> 
<DescriptionAttribute("Symbol size (rows X columns)")> 
<CategoryAttribute(" Size")> 
<DisplayNameAttribute("Symbol size")> 
Public Property SymbolSize As Leadtools.Barcode.MicroPDF417BarcodeSymbolSize 
[DefaultValueAttribute()] 
[DescriptionAttribute("Symbol size (rows X columns)")] 
[CategoryAttribute("    Size")] 
[DisplayNameAttribute("Symbol size")] 
public Leadtools.Barcode.MicroPDF417BarcodeSymbolSize SymbolSize {get; set;} 
@property (nonatomic, assign) LTMicroPDF417BarcodeSymbolSize symbolSize 
public MicroPDF417BarcodeSymbolSize getSymbolSize() 
public void setSymbolSize(MicroPDF417BarcodeSymbolSize value) 
             
DefaultValueAttribute() 
DescriptionAttribute("Symbol size (rows X columns)") 
CategoryAttribute(" Size") 
DisplayNameAttribute("Symbol size") 
  
get_SymbolSize(); 
set_SymbolSize(value); 
Object.defineProperty('SymbolSize');  
[DefaultValueAttribute()] 
[DescriptionAttribute("Symbol size (rows X columns)")] 
[CategoryAttribute("    Size")] 
[DisplayNameAttribute("Symbol size")] 
public: 
property Leadtools.Barcode.MicroPDF417BarcodeSymbolSize SymbolSize { 
   Leadtools.Barcode.MicroPDF417BarcodeSymbolSize get(); 
   void set (    Leadtools.Barcode.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

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