VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode Namespace / WriterSettingsExceptionType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
WriterSettingsExceptionType Enumeration
In This Topic
Specifies available types of exceptions which can occur in WriterSettings.
Syntax
'Declaration

Public Enum WriterSettingsExceptionType
   Inherits System.Enum

public enum WriterSettingsExceptionType : System.Enum

Members
MemberDescription
UnexpectedSymbolUnexpected symbol.
ExpectedSymbolExpected symbol.
DataLengthCanNotBe0Length of data can not be 0.
DataRegionTooLargeData region is too large.
UnexpectedValueItemUnexpected value item.
ExpectedOneTextValueItemExpected one TextValueItem.
BarcodeValueCanNotBeEmptyBarcode value can not be empty.
PixelFormatNotSupporedPixelFormat not supported.
BarcodeTypeIsUndefinedBarcode is undefined.
WritingBarcodeUnsupportedWriting of this barcode is not supported.
ExpectedNSymbolsInBarcodeValueExpected N symbols in barcode value.
Expected0InFirstUPCSymbolExpected '0' in first symbol of UPC barcode value.
UnableConvertUPCAValueTOUPCEValueCannot convert UPCA value to UPCE value.
WrongBarcodeValueWrong barcode value.
InvalidChecksumDigitWrong barcode value: invalid checksum digit.
WrongWriterSettingsWrong writer settings.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.Barcode.WriterSettingsExceptionType

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also