Gets or sets the USPS FIM pattern to use on that symbology. Default value is A
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
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); } |