Gets or sets the USPS FIM pattern to use on that symbology. Default value is A

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 4.0.3500.0 (4.0.3500.1)

Syntax

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

See Also