VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.InteractiveForms.AppearanceGenerators Namespace / PdfBarcodeFieldAppearanceGenerator Class / ModuleWidth Property
Синтаксис Требования Смотрите также
В этом разделе
    ModuleWidth Свойство (PdfBarcodeFieldAppearanceGenerator)
    В этом разделе
    Возвращает или задает ширину (в дюймах) одного модуля штрих-кода.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The width, in inches, of single barcode module.")>
    <CategoryAttribute("Barcode")>
    Public Property ModuleWidth As Single
    
    
    [Description("The width, in inches, of single barcode module.")]
    [Category("Barcode")]
    public float ModuleWidth { get; set; }
    
    
    [Description("The width, in inches, of single barcode module.")]
    [Category("Barcode")]
    public: __property float get_ModuleWidth();
    public: __property void set_ModuleWidth(
    float value
    );
    [Description("The width, in inches, of single barcode module.")]
    [Category("Barcode")]
    public:
    property float ModuleWidth { float get(); void set(float value); }
    Требования

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

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