Gets or sets Pdf417Settings class that represent the PDF417 barcode settings.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public Pdf417Settings Pdf417Settings { get; set; }
Visual Basic (Declaration)
Public Property Pdf417Settings As Pdf417Settings
Visual C++
public:
property Pdf417Settings^ Pdf417Settings {
	Pdf417Settings^ get ();
	void set (Pdf417Settings^ value);
}

See Also