ASP.NET Pack Programmer's Guide
PdfExporter.DefaultEncoding Property
See Also
 





Specifies what encoding to use if the encoding for a string cannot be recognized automatically.

Namespace: MindFusion.Diagramming.Export
Package: MindFusion.Diagramming.Export.Pdf

 Syntax

C#  Copy Code

public Encoding DefaultEncoding { get; set; }

Visual Basic  Copy Code

Public Property DefaultEncoding As Encoding

 Property Value

An instance of the System.Text.Encoding class.

 Remarks

PDF 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

PdfExporter Members
PdfExporter Class
MindFusion.Diagramming.Export Namespace