Pdf417BarcodeWriter Class |
Namespace: Atalasoft.Barcoding.Writing
The Pdf417BarcodeWriter type exposes the following members.
Name | Description | |
---|---|---|
Pdf417BarcodeWriter |
Default constructor.
|
Name | Description | |
---|---|---|
BackColor |
Gets or sets color of the background of the barcode.
| |
Bounds |
After a call to Render(Byte, Graphics, Rectangle), returns the Rectangle bounding the PDF417 Symbol.
| |
Columns |
Number of data columns in the symbol. Note that appart from data columns a symbol has start/stop
columns and left and right row indicators. That is why a symbol printed with Columns = 1 will
appear to have 5 columsn when printed.
Acceptable values are in the range 1-30. The product Rows*Columns cannot exceed 925.
| |
ErrorCorrectionLevel |
Error Correction Level. Determines how many extra Error Correction Codewords (ECC)
will be encoded in the final symbol to allow the posibility of recovering from
damage in the symbol.
| |
ForeColor |
Gets or sets the the color of the barcode.
| |
Layout | Determines how the PDF 417 modules are presented. Default is LayoutMode.Auto | |
ModuleHeight |
The height of module, equivalent to the height of a row. The units will be determined by the
PageUnit of the Graphics in Render(byte, Graphics, Rectangle). By
default for printing the units are Document which corresponds to 10 mils per unit.
| |
ModuleWidth |
The width of module, the smallest element in the symbol. The units will be determined by the
PageUnit of the Graphics in Render(byte, Graphics, Rectangle). By
default for printing the units are Document which corresponds to 10 mils per unit.
| |
Orientation | Sets or gets the orientation of the barcode. Default is Pdf417SymbolOrientation.Horizontal | |
Rows |
Number of rows in the symbol. Acceptable values are in the range 3-90.
The product Rows*Columns cannot exceed 925.
| |
Truncated |
Indicates whether the Stop pattern and Right Row Indicator at the end of each row can
be omitted resulting in a smaller symbol.
|
Name | Description | |
---|---|---|
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) | |
Dispose |
Implementation of IDisposable
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize |
Destructor. Should never be called.
(Overrides ObjectFinalize.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) | |
Render(Byte, IBarGraphics, Rectangle) |
Creates the PDF417 bar code.
| |
Render(Byte, Graphics, Rectangle) |
Creates the PDF417 bar code.
| |
Render(String, IBarGraphics, Rectangle) |
Creates the PDF417 bar code.
| |
Render(String, Graphics, Rectangle) |
Creates the PDF417 bar code.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |