Namespace TallComponents.PDF.Layout.Shapes.Barcodes
Class PDF417BarcodeShape
Shape for the PDF 417 barcode.
Syntax
public class PDF417BarcodeShape
: TwoDimensionalBarcodeShape
Constructors
PDF417BarcodeShape()
Create a new PDF 417 bar code.
PDF417BarcodeShape(String)
Create a new PDF 417 bar code.
Properties
String Display
The textual representation of the data as it appears with the barcode.
Double MinimumHeight
The recommended minimum height (in points) of the barcode given the current settings.
It is possible to set the height smaller than the minimum height but then the content
will be clipped.
Double MinimumWidth
The recommended minimum width (in points) of the barcode given the current settings.
It is possible to set the width smaller than the minimum width but then the content
will be clipped.