Gets or sets the encoding of the exported texts, or null, to automatically detect the encoding.
Namespace: MindFusion.Reporting.Wpf.Export
Assembly: MindFusion.Reporting.Wpf.PdfExport
SyntaxC#
Copy Code
|
|---|
public Encoding DefaultEncoding { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DefaultEncoding As Encoding |
See Also