WinUI

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Pdf417Barcode - WinUI API Reference | Syncfusion Pdf417Barcode class ">

    Show / Hide Table of Contents

    Class Pdf417Barcode

    Represents the Pdf417Barcode class

    Inheritance
    System.Object
    NotificationObject
    BarcodeBase
    BidimensionalBarcode
    Pdf417Barcode
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    NotificationObject.RaisePropertyChanged(String)
    NotificationObject.RaisePropertyChanged(String[])
    NotificationObject.PropertyChanged
    Namespace: Syncfusion.UI.Xaml.Barcode
    Assembly: Syncfusion.Barcode.WinUI.dll
    Syntax
    public class Pdf417Barcode : BidimensionalBarcode, INotifyPropertyChanged
    Remarks

    It is inherited from Pdf417Barcode

    Constructors

    Pdf417Barcode()

    Initailizes Pdf417Barcode class.

    Declaration
    public Pdf417Barcode()

    Properties

    ErrorCorrectionLevel

    Gets or sets the error correction level for Pdf417Barcode.

    Declaration
    public Pdf417ErrorCorrectionLevel ErrorCorrectionLevel { get; set; }
    Property Value
    Type Description
    Pdf417ErrorCorrectionLevel

    The default value is Auto. Fields:

    EnumerationDescription
    Level02 codewords can be added to SfBarcode.
    Level14 codewords can be added to SfBarcode.
    Level28 codewords can be added to SfBarcode.
    Level316 codewords can be added to SfBarcode.
    Level432 codewords can be added to SfBarcode.
    Level564 codewords can be added to SfBarcode.
    Level6128 codewords can be added to SfBarcode.
    Level7256 codewords can be added to SfBarcode.
    Level8512 codewords can be added to SfBarcode.

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved