menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BarcodeQuietZones - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BarcodeQuietZones

    Represents the Class for specifying Quiet zones around the barcode.

    Inheritance
    System.Object
    BarcodeQuietZones
    Namespace: Com.Syncfusion.Barcode
    Assembly: Syncfusion.SfBarcode.Android.dll
    Syntax
    public sealed class BarcodeQuietZones : Object

    Constructors

    BarcodeQuietZones()

    Declaration
    public BarcodeQuietZones()

    Properties

    All

    Gets or sets the quiet zones around the bar code.

    Declaration
    public float All { get; set; }
    Property Value
    Type
    System.Single

    Bottom

    Gets or sets the quiet zones at bottom of the barcode.

    Declaration
    public float Bottom { get; set; }
    Property Value
    Type
    System.Single

    IsAll

    Check whether all the margin values are equal.

    Declaration
    public bool IsAll { get; }
    Property Value
    Type
    System.Boolean

    Left

    Gets or sets the quiet zones at the left side of the barcode.

    Declaration
    public float Left { get; set; }
    Property Value
    Type
    System.Single

    Right

    Gets or sets the quiet zones at the right side of the barcode.

    Declaration
    public float Right { get; set; }
    Property Value
    Type
    System.Single

    Top

    Gets or sets the quiet zones at Top of the barcode.

    Declaration
    public float Top { get; set; }
    Property Value
    Type
    System.Single
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved