PDF417Encoder
Class
Defines the PDF417 encoder class.
Definition
Namespace:Telerik.Reporting.Barcodes
Assembly:Telerik.Reporting.dll
Syntax:
C#
public class PDF417Encoder : Encoder2D
Inheritance: objectEncoderEncoder2DPDF417Encoder
Inherited Members
Constructors
Initializes a new instance of the PDF417Encoder class.
C#
public PDF417Encoder()
Properties
Columns
int
Gets or sets the number of the columns.
C#
public int Columns { get; set; }
Gets or sets the encoding mode.
C#
public EncodingMode Encoding { get; set; }
Gets or sets the error correction level.
C#
public int ErrorCorrectionLevel { get; set; }
ModuleLockRatio
bool
Gets or sets whether to lock the Y:X ratio during resize. When false (default), the ratio serves as a minimum. When true, the ratio is kept fixed during resize.
C#
public bool ModuleLockRatio { get; set; }
Gets or sets the row height to module width ratio (Y:X). Per ISO/IEC 15438, this should be at least 3.
C#
public int ModuleYtoXRatio { get; set; }
Rows
int
Gets or sets the number of the rows.
C#
public int Rows { get; set; }