VintaSoft Barcode .NET SDK 14.3: 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; }
    
    
    [Description("The format of the item.")]
    public: __property string* get_Format();
    public: __property void set_Format(
    string* value
    );
    [Description("The format of the item.")]
    public:
    property string^ Format { string^ get(); void set(string^ value); }

    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 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also