alexa
menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class SFBarcodeQuietZone

    Represents the Class for specifying Quiet zones around the barcode.

    Inheritance
    System.Object
    SFBarcodeQuietZone
    Namespace: Syncfusion.SfBarcode.iOS
    Assembly: Syncfusion.SfBarcode.iOS.dll
    Syntax
    public sealed class SFBarcodeQuietZone : Object

    Constructors

    SFBarcodeQuietZone()

    Declaration
    public SFBarcodeQuietZone()

    Properties

    All

    Gets or sets the quiet zones around the bar code.

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

    Bottom

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

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

    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 nfloat Left { get; set; }
    Property Value
    Type
    System.nfloat

    Right

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

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

    Top

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

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