Table of Contents

Class PropertyTableFieldPDF417BarcodeSource

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

Table field barcode source for PDF417 with error correction, aspect ratio, columns and truncation.

public class PropertyTableFieldPDF417BarcodeSource : PropertyTableFieldBarCodeSource
Inheritance
PropertyTableFieldPDF417BarcodeSource
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 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