Specifies whether character encoding should be detected automatically.
Namespace: MindFusion.Diagramming.Export
Package: MindFusion.Diagramming.Export.Pdf
C# 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.
If this property is disabled, the PDF encoding is always set to the DefaultEncoding value.