PDF .NET Library Documentation - PDF Technologies, Inc.
Gets or sets the Compaction Type.

Namespace:  PDFTech.Barcodes.Barcode2D
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

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

See Also