Accusoft.BarcodeXpressSdk Namespace : InsufficientWidthException Class |
'Declaration <SerializableAttribute()> Public NotInheritable Class InsufficientWidthException Inherits BarcodeException
'Usage Dim instance As InsufficientWidthException
[Serializable()] public sealed class InsufficientWidthException : BarcodeException
[Serializable()] public __gc __sealed class InsufficientWidthException : public BarcodeException
[Serializable()] public ref class InsufficientWidthException sealed : public BarcodeException
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.
System.Object
System.Exception
Accusoft.BarcodeXpressSdk.BarcodeException
Accusoft.BarcodeXpressSdk.InsufficientWidthException