VintaSoft Barcode .NET SDK 15.0: Руководство для .NET разработчика
Vintasoft.Barcode.BarcodeInfo Namespace / MailmarkCmdmValueItem Class / InformationTypeId Property
Синтаксис Требования Смотрите также
В этом разделе
    InformationTypeId Свойство (MailmarkCmdmValueItem)
    В этом разделе
    Возвращает или задает полезные данные штрих-кода Royal Mail Mailmark для каждого типа продукта.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The Royal Mail Mailmark barcode payload for each product type.")>
    Public Property InformationTypeId As String
    
    
    [Description("The Royal Mail Mailmark barcode payload for each product type.")]
    public string InformationTypeId { get; set; }
    
    
    [Description("The Royal Mail Mailmark barcode payload for each product type.")]
    public: __property string* get_InformationTypeId();
    public: __property void set_InformationTypeId(
    string* value
    );
    [Description("The Royal Mail Mailmark barcode payload for each product type.")]
    public:
    property string^ InformationTypeId { string^ get(); void set(string^ value); }

    Property Value

    • "0" - Domestic Sorted And Unsorted
    • "1" - International Sorted And Unsorted (for potential future use)
    • "2" - Response Services (for potential future use)
    • "A" - Online Postage
    • "B" - Franking
    • "C" - Consolidation
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также