VintaSoft Barcode .NET SDK 15.0: Руководство для .NET разработчика
Vintasoft.Barcode Namespace / WriterSettings Class / QuietZoneLeft Property
Синтаксис Требования Смотрите также
В этом разделе
    QuietZoneLeft Свойство (WriterSettings)
    В этом разделе
    Возвращает или устанавливает тихую зону в пикселях слева.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("Quiet zone, in pixels, at left side.")>
    <DefaultValueAttribute(0)>
    <CategoryAttribute("Common")>
    Public Property QuietZoneLeft As Integer
    
    
    [Description("Quiet zone, in pixels, at left side.")]
    [DefaultValue(0)]
    [Category("Common")]
    public int QuietZoneLeft { get; set; }
    
    
    [Description("Quiet zone, in pixels, at left side.")]
    [DefaultValue(0)]
    [Category("Common")]
    public: __property int get_QuietZoneLeft();
    public: __property void set_QuietZoneLeft(
    int value
    );
    [Description("Quiet zone, in pixels, at left side.")]
    [DefaultValue(0)]
    [Category("Common")]
    public:
    property int QuietZoneLeft { int get(); void set(int value); }

    Property Value

    Значение по умолчанию - 0.
    Требования

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

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