Accusoft.BarcodeXpress9.Net
InsufficientWidthException Class
Members  See Also  Send Feedback
Accusoft.BarcodeXpressSdk Namespace : InsufficientWidthException Class




Glossary Item Box

This exception is thrown if the barcode WriterBase.Width value set by the user is smaller than the required width of the barcode.

Object Model

InsufficientWidthException Class

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Remarks

The required width is a value calculated from the sum of the total bar width, left and right borders (WriterBase.HorizontalWhiteSpace), and the width of any outside text i.e. UPC symbols, plus specified text gap (WriterBase.HorizontalTextGap).

Note: If WriterBase.AutoSize is set to True, this error is not returned even is the above is True. Instead, the width is resized automatically to fit the barcode.

Inheritance Hierarchy

System.Object
   System.Exception
      Accusoft.BarcodeXpressSdk.BarcodeException
         Accusoft.BarcodeXpressSdk.InsufficientWidthException

See Also

©2013. Accusoft Corporation. All Rights Reserved.