Table of Contents

Class PropertyPDF417BarcodeSource

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Barcode source for PDF417 symbology supporting error correction, aspect ratio, column count and truncation.

public class PropertyPDF417BarcodeSource : PropertyBarcodeSource
Inheritance
PropertyPDF417BarcodeSource
Inherited Members

Properties

ColumnCount

Gets or sets the number of columns.

public string ColumnCount { get; set; }

Property Value

string

ErrorCorrection

Gets or sets the error correction level.

public string ErrorCorrection { get; set; }

Property Value

string

Truncated

Gets or sets whether a truncated (compact) PDF417 is used.

public bool Truncated { get; set; }

Property Value

bool

YToXRatio

Gets or sets the module Y to X ratio.

public string YToXRatio { get; set; }

Property Value

string