PDFView4NET WPF Edition
SubstituteFonts Property




O2S.Components.PDFRender4NET.WPF Namespace > PDFFile Class : SubstituteFonts Property
Specifies a collection of fonts to be used when the corresponding font is not embedded in the PDF file.
Syntax
'Declaration
 
Public Property SubstituteFonts As Dictionary(Of String,String)
'Usage
 
Dim instance As PDFFile
Dim value As Dictionary(Of String,String)
 
instance.SubstituteFonts = value
 
value = instance.SubstituteFonts
public Dictionary<string,string> SubstituteFonts {get; set;}
public: __property Dictionary<string*,string*>* get_SubstituteFonts();
public: __property void set_SubstituteFonts( 
   Dictionary<string*,string*>* value
);
public:
property Dictionary<String^,String^>^ SubstituteFonts {
   Dictionary<String^,String^>^ get();
   void set (    Dictionary<String^,String^>^ value);
}
Remarks
This collection is searched before searching the local machine for the font. The key is the PDF font name, the value is the path to the corresponding TTF file to be used for rendering.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFFile Class
PDFFile Members