PrintDocumentAdvancedEncoding Property
Gets or sets the text encoding.
If no encoding is specified, the default system encoding will be used.
Namespace: DevCase.Core.IO.Devices.PrinterAssembly: 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; }
Public Property Encoding As Encoding
Get
Set
Dim instance As PrintDocumentAdvanced
Dim value As Encoding
value = instance.Encoding
instance.Encoding = value
public:
property Encoding^ Encoding {
Encoding^ get ();
void set (Encoding^ value);
}
member Encoding : Encoding with get, set
No code example is currently available or this language may not be supported.
Property Value
Encoding
The text encoding.