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