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




Glossary Item Box

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

Object Model

InsufficientHeightException Class

Syntax

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

Remarks

The required height is a value calculated from the sum of the total bar height, top and bottom border (WriterBase.VerticalWhiteSpace), and the height of value text, plus specified text gap (WriterBase.VerticalTextGap).

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

Inheritance Hierarchy

System.Object
   System.Exception
      Accusoft.BarcodeXpressSdk.BarcodeException
         Accusoft.BarcodeXpressSdk.InsufficientHeightException

See Also

©2013. Accusoft Corporation. All Rights Reserved.