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
ErrorCorrection
Gets or sets the error correction level.
public string ErrorCorrection { get; set; }
Property Value
Truncated
Gets or sets whether truncated (compact) PDF417 is used.
public bool Truncated { get; set; }
Property Value
YToXRatio
Gets or sets the module Y to X ratio.
public string YToXRatio { get; set; }