Gets or sets Pdf417Settings object that represents barcode settings.

Namespace:  PerpetuumSoft.Framework.Drawing
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.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