PdfSaveOptionsUseCoreFonts Property |
Gets or sets a value determining whether or not to substitute TrueType fonts Arial, Times New Roman, Courier New and Symbol with core PDF Type 1 fonts.
Default value: false.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.2.13
Syntaxpublic bool UseCoreFonts { get; set; }
Public Property UseCoreFonts As Boolean
Get
Set
Property Value
Boolean
Remarks
When this value is set to true Arial, Times New Roman, Courier New and Symbol fonts are replaced in PDF document with corresponding core Type 1 font.
See Also