PrintDocumentAdvancedEncoding Property

Gets or sets the text encoding.

If no encoding is specified, the default system encoding will be used.

Definition

Namespace: DevCase.Core.IO.Devices.Printer
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public Encoding Encoding { get; set; }

Property Value

Encoding
The text encoding.

See Also