PdfLoadOptionsPreserveEmbeddedFonts Property |
Gets or sets a mode indicating whether to load embedded fonts from PDF and store them in document or skip them and use similar.
Default value: true.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.4.25
Syntaxpublic bool PreserveEmbeddedFonts { get; set; }
Public Property PreserveEmbeddedFonts As Boolean
Get
Set
Property Value
Boolean
See Also