Skip to main content
A newer version of this page is available. .

PDF417Options Members

Contains options specific to this symbology (bar code type).

Constructors

Name Description
PDF417Options() Initialize a new instance of the PDF417Options class with default settings.

Properties

Name Description
Columns Gets or sets the number of columns in the symbol in the data region.
CompactionMode Gets or sets the mode used for data encoding in the PDF417 Code.
ErrorLevel Gets or sets the error correction level for the PDF417 Code.
Rows Gets or sets the number of rows used to construct a PDF417 Code.
ShowCodeText Gets or sets whether bar code text data should be displayed in a bar code image. Inherited from BarCodeGeneratorOptions.
TruncateSymbol Gets or sets whether the right-hand side of the PDF417 Code symbol is truncated to create a compact code.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also