PDF .NET Library Documentation - PDF Technologies, Inc.
Gets or sets the FIM pattern to use on that symbology.

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

Syntax

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

See Also