FontSubstitutionMapSearchPathA Property |
Gets or sets a semi-colon separated list of folders to search for font files that are included in the
substitution map. The folders are searched from left to right until the font file is found.
Namespace:
Atalasoft.Imaging.Codec.Pdf
Assembly:
Atalasoft.dotImage.PdfReader (in Atalasoft.dotImage.PdfReader.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public string SearchPathA { get; set; }
Public Property SearchPathA As String
Get
Set
Property Value
Type:
StringRemarks The default value is ".;%FONTDIR%". This means that by default font files will be searched in the current
folder first and then in the system font directory (typically c:\windows\fonts).
See Also