VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / Mailmark4StateValueItem Class / Format Property
Syntax Exceptions Requirements SeeAlso
In This Topic
Format Property (Mailmark4StateValueItem)
In This Topic
Gets or sets the format of the item.
Syntax
'Declaration

<DescriptionAttribute("The format of the item.")>
Public Property Format As String

[Description("The format of the item.")]
public string Format { get; set; }

Property Value

  • "0" - Null or Test
  • "1" - Letter
  • "2" - Large Letter#
  • "3" - Packet (for potential future use)
  • "4" - Parcel (for potential future use)
  • "5" to "9" - Spare (for potential future use)
  • "A" to "Z" - Spare (for potential future use).
Exceptions
ExceptionDescription
Thrown if value contains less or more than 1 symbol.
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