Leadtools.Barcode Namespace : PDF417BarcodeWriteOptions Class |
The following tables list the members exposed by PDF417BarcodeWriteOptions.
Name | Description | |
---|---|---|
PDF417BarcodeWriteOptions Constructor | Initializes a new instance of the PDF417BarcodeWriteOptions class with default values. |
Name | Description | |
---|---|---|
BackColor | Gets or sets the barcode background (spaces) color used when writing barcodes. (Inherited from Leadtools.Barcode.BarcodeWriteOptions) | |
BackColor | For information about this property please see BarcodeWriteOptions.BackColor. | |
Columns | Gets or sets a value that indicates the maximum number of columns to use when writing PDF417 symbols. | |
ECCLevel | Gets or sets a value that indicates the ECC (Error Correction) level to use when writing PDF417 barcodes. | |
ECCPercentage | Gets or sets a value that indicates the percentage of ECC characters to use when writing PDF417 barcodes. | |
EnableGroupMode | Gets or sets a value that indicate whether to enable group mode when writing PDF417 barcodes. | |
ForeColor | Gets or sets the barcode foreground (bars or symbol) color used when writing barcodes. (Inherited from Leadtools.Barcode.BarcodeWriteOptions) | |
ForeColor | For information about this property please see BarcodeWriteOptions.ForeColor. | |
FriendlyName | Overridden. Gets the friendly name of this class. | |
HorizontalAlignment | Gets or sets a value indicating the horizontal alignment to use when fitting this barcode inside the destination bounds. | |
LimitByRowsAndColumns | Gets or sets a value that indicates whether to use the Rows and Columns values as limits when writing the symbol. | |
Rows | Gets or sets a value that indicate the maximum number of rows to use when writing PDF417 symbols. | |
SymbolHeightAspectRatio | Gets or sets a value that indicates the height part of the aspect ratio for the symbol. | |
SymbolWidthAspectRatio | Gets or sets a value that indicates the width part of the aspect ratio for the symbol. | |
Truncated | Gets or sets a value indicating whether to write truncated PDF417 symbols. | |
VerticalAlignment | Gets or sets a value indicating the vertical alignment to use when fitting this barcode inside the destination bounds. | |
XModule | Gets or sets a value that indicate the size of the smallest module when writing a PDF417 barcode. | |
XModuleAspectRatio | Gets or sets a value that indicates the ratio between the width of the smallest element (XModule) to the height of a row of the PDF417 symbol to use when writing PDF417 barcodes. |
Name | Description | |
---|---|---|
Clone | Overridden. Creates an exact copy of this barcode write options. | |
CopyTo | Overridden. Copies the members of this options class to the specified object. | |
CopyTo | For information about this method please see CopyTo. | |
GetSupportedSymbologies | Overridden. Returns the barcode symbologies supported by this class. | |
IsSupportedSymbology | Gets a value that indicate whether the specified symbology is supported by this read or write options class. (Inherited from Leadtools.Barcode.BarcodeOptions) | |
IsSupportedSymbology | For information about this method please see BarcodeOptions.IsSupportedSymbology. | |
Load | Overloaded. Loads this BarcodeOptions from the specified XML file. (Inherited from Leadtools.Barcode.BarcodeWriteOptions) | |
Save | Overloaded. Saves this BarcodeWriteOptions to an XML file. (Inherited from Leadtools.Barcode.BarcodeWriteOptions) |
PDF417BarcodeWriteOptions Class
Leadtools.Barcode Namespace
PDF417BarcodeData Class
BarcodeWriter Class
BarcodeSymbology Enumeration
BarcodeEngine Class
BarcodeWriter.WriteBarcode
Programming with LEADTOOLS Barcode
Supported Barcode Symbologies
Unlocking Barcode Support
Writing Barcodes Tutorial
PDF417 Barcodes in LEADTOOLS
Writing Barcodes - Bounds and XModule