Click or drag to resize

Pdf417BarcodeWriter Class

The Pdf417BarcodeWriter class allows creation of PDF 417 two-dimensional barcodes on Graphics objects.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    Atalasoft.Barcoding.WritingPdf417BarcodeWriter

Namespace:  Atalasoft.Barcoding.Writing
Assembly:  Atalasoft.dotImage.Barcoding.Writing (in Atalasoft.dotImage.Barcoding.Writing.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class Pdf417BarcodeWriter : MarshalByRefObject, 
	IDisposable

The Pdf417BarcodeWriter type exposes the following members.

Constructors
  NameDescription
Public methodPdf417BarcodeWriter
Default constructor.
Top
Properties
  NameDescription
Public propertyBackColor
Gets or sets color of the background of the barcode.
Public propertyCode exampleBounds
Public propertyColumns
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.
Public propertyErrorCorrectionLevel
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.
Public propertyForeColor
Gets or sets the the color of the barcode.
Public propertyLayout
Determines how the PDF 417 modules are presented. Default is LayoutMode.Auto
Public propertyModuleHeight
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.
Public propertyModuleWidth
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.
Public propertyOrientation
Sets or gets the orientation of the barcode. Default is Pdf417SymbolOrientation.Horizontal
Public propertyRows
Number of rows in the symbol. Acceptable values are in the range 3-90. The product Rows*Columns cannot exceed 925.
Public propertyTruncated
Indicates whether the Stop pattern and Right Row Indicator at the end of each row can be omitted resulting in a smaller symbol.
Top
Methods
  NameDescription
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDispose
Implementation of IDisposable
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Destructor. Should never be called.
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Public methodRender(Byte, IBarGraphics, Rectangle)
Creates the PDF417 bar code.
Public methodRender(Byte, Graphics, Rectangle)
Creates the PDF417 bar code.
Public methodRender(String, IBarGraphics, Rectangle)
Creates the PDF417 bar code.
Public methodRender(String, Graphics, Rectangle)
Creates the PDF417 bar code.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also