Gets or sets the Encoding Name (Code Page) to be used for PDF417 Byte Compaction mode. Default value is "ISO-8859-1".
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
Syntax
| C# |
|---|
public string Pdf417ByteEncodingName { get; set; } |
| Visual Basic |
|---|
Public Property Pdf417ByteEncodingName As String
Get
Set |
| Visual C++ |
|---|
public:
property String^ Pdf417ByteEncodingName {
String^ get ();
void set (String^ value);
} |
Property Value
Type:
String
See Also