Skip to main content

PDF417Generator(PDF417Generator) Constructor

Initializes a new instance of the PDF417Generator class with the specified source.

Namespace: DevExpress.XtraPrinting.BarCode

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public PDF417Generator(
    PDF417Generator source
)

Parameters

Name Type Description
source PDF417Generator

A PDF417Generator object, which represents the source used to generate a PDF417 bar code.

See Also