Search
PdfExporter.AutoDetectEncoding Property
See Also
 





Specifies whether character encoding should be detected automatically.

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

 Syntax

C#  Copy Code

public bool AutoDetectEncoding { get; set; }

Visual Basic  Copy Code

Public Property AutoDetectEncoding As Boolean

 Property Value

true to detect character encoding automatically, otherwise false. The default value is true.

 Remarks

If this property is disabled, the PDF encoding is always set to the DefaultEncoding value.

 See Also