Contents
- Index
- Previous
- Next
PaintIfSmall property
See also Example
Applies to
TpsPDF417 class
Declaration
property PaintIfSmall: Boolean;
Description
If it is set on True, a bar code is displayed even if the field width for the code is smaller than the minimum bar code width . This is determined by the basic number of lines and breaks. If the width of window for drawing is reduced under this value the code will be unreadable for a sensor because it leads to loosing of some lines or breaks. If it is set on False and field width is small, the bar code will not be displayed. Instead of this a field with error description will be drawn.
Tip:
In displaying and presentation code creation when it is not necessary to read a code by a sensor you can set on True. As long as you need to read a code by a sensor you should set on False.