[]
        
(Showing Draft Content)

GrapeCity.Documents.Barcode.PDF417Options

PDF417Options Class

The options of PDF417.

Inheritance
PDF417Options
Namespace: GrapeCity.Documents.Barcode
Assembly: DS.Documents.Barcode.dll
Syntax
public class PDF417Options : BarCodeOptionsBase
Public Class PDF417Options
    Inherits BarCodeOptionsBase

Constructors

Name Description
PDF417Options()

Initializes a new instance of the GrapeCity.Documents.Barcode.PDF417 class.

PDF417Options(string)

Initializes a new instance of the GrapeCity.Documents.Barcode.PDF417 class.

Properties

Name Description
Column

Gets or sets columns number for the barcode.

ErrorLevel

Gets or sets the error correction level for the barcode.

Row

Gets or sets row numbers for the barcode.

Type

Gets or sets the PDF417 barcode's type.

Methods

Name Description
AssignFrom(BarCodeOptionsBase)

Assigns (copies) properties from another BarCodeOptionsBase to the current object.

Clone()

Makes object copy

Reset()

Resets all properties to default values.

ResetEncoding()
ShouldSerialize()

Indicates whether any property of this object has changed from its default value.

ShouldSerializeEncoding()
ToString()

Returns a string that represents the current object.