VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormVintasoftBarcodeField Class / VintasoftBarcodeSymbology Property
Синтаксис Требования Смотрите также
В этом разделе
    VintasoftBarcodeSymbology Свойство (PdfInteractiveFormVintasoftBarcodeField)
    В этом разделе
    Возвращает или устанавливает символы штрих-кода поля штрих-кода Vintasoft.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("Value")>
    <DescriptionAttribute("The barcode symbology of Vintasoft barcode field.")>
    Public Property VintasoftBarcodeSymbology As VintasoftBarcodeSymbologyType
    
    
    [Category("Value")]
    [Description("The barcode symbology of Vintasoft barcode field.")]
    public VintasoftBarcodeSymbologyType VintasoftBarcodeSymbology { get; set; }
    
    
    [Category("Value")]
    [Description("The barcode symbology of Vintasoft barcode field.")]
    public: __property VintasoftBarcodeSymbologyType get_VintasoftBarcodeSymbology();
    public: __property void set_VintasoftBarcodeSymbology(
    VintasoftBarcodeSymbologyType value
    );
    [Category("Value")]
    [Description("The barcode symbology of Vintasoft barcode field.")]
    public:
    property VintasoftBarcodeSymbologyType VintasoftBarcodeSymbology { VintasoftBarcodeSymbologyType get(); void set(VintasoftBarcodeSymbologyType value); }
    Требования

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

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