![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > PDF417BarcodeWriteOptions Class : PDF417BarcodeWriteOptions Constructor |
public PDF417BarcodeWriteOptions()
'Declaration
Public Function New()
'Usage
Dim instance As New PDF417BarcodeWriteOptions()
public PDF417BarcodeWriteOptions()
- (instancetype)init
public PDF417BarcodeWriteOptions()
function PDF417BarcodeWriteOptions()
public:
PDF417BarcodeWriteOptions();
In addition to setting the base class members as specified in BarcodeWriteOptions(), the following members are initialized as follows:
Member | Value |
---|---|
HorizontalAlignment | |
VerticalAlignment | |
Truncated |
false |
EnableGroupMode |
false |
SymbolWidthAspectRatio |
2 |
SymbolHeightAspectRatio |
1 |
LimitByRowsAndColumns |
false |
Columns |
0 |
Rows |
0 |
XModule |
30 |
XModuleAspectRatio |
3 |
ECCLevel | |
ECCPercentage |
0 |
For an example, refer to PDF417BarcodeWriteOptions.