Search
PdfExporter.DefaultEncoding Property
See Also
 





Gets or sets the encoding to use during export, or null (Nothing in Visual Basic), to automatically detect the encoding.

Namespace: MindFusion.Scheduling.Export
Assembly: MindFusion.Scheduling.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 Encoding class.

 See Also