Specifies whether character encoding should be detected automatically.
Namespace: MindFusion.Diagramming.Export
Assembly: MindFusion.Diagramming.Export.Pdf
SyntaxC#
Copy Code
|
|---|
public bool AutoDetectEncoding { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AutoDetectEncoding As Boolean |
true to detect character encoding automatically, otherwise false. The default value is true.
RemarksIf this property is disabled, the PDF encoding is always set to the DefaultEncoding value.
See Also