Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SFBarcodeQuietZone - Xamarin.iOS API Reference | Syncfusion

    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 Description
    System.nfloat

    Bottom

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

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

    IsAll

    Check whether all the margin values are equal.

    Declaration
    public bool IsAll { get; }
    Property Value
    Type Description
    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 Description
    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 Description
    System.nfloat

    Top

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

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