Specifies what encoding to use if the encoding for a string cannot be recognized automatically.
Namespace: MindFusion.Diagramming.Export
Assembly: MindFusion.Diagramming.Export.Pdf
SyntaxC#
Copy Code
|
|---|
public Encoding DefaultEncoding { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DefaultEncoding As Encoding |
An instance of the System.Text.Encoding class.
RemarksPDF text encoding is set to this value if automatic encoding detection fails or when any of the AutoDetectEncoding and SuppressUnmanagedCode properties are disabled.
See Also