←Select platform

PDF417BarcodeWriteOptions Constructor

Summary

Initializes a new instance of the PDF417BarcodeWriteOptions class with default values.

Syntax
C#
VB
Objective-C
C++
Java
Public Function New() 
- (instancetype)init 
public PDF417BarcodeWriteOptions() 
public: 
PDF417BarcodeWriteOptions(); 

Remarks

In addition to setting the base class members as specified in BarcodeWriteOptions(), the following members are initialized as follows:

Member Value
HorizontalAlignment

BarcodeAlignment.Near

VerticalAlignment

BarcodeAlignment.Near

Truncated

false

EnableGroupMode

false

SymbolWidthAspectRatio

2

SymbolHeightAspectRatio

1

LimitByRowsAndColumns

false

Columns

0

Rows

0

XModule

30

XModuleAspectRatio

3

ECCLevel

PDF417BarcodeECCLevel.Level0

ECCPercentage

0

Example

For an example, refer to PDF417BarcodeWriteOptions.

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