PDFView4NET WinForms Edition
SubstituteFonts Property (PDFPageView)




O2S.Components.PDFView4NET Namespace > PDFPageView Class : SubstituteFonts Property
Specifies a collection of fonts to be used when the corresponding font is not embedded in the PDF file.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public Property SubstituteFonts As Dictionary(Of String,String)
'Usage
 
Dim instance As PDFPageView
Dim value As Dictionary(Of String,String)
 
instance.SubstituteFonts = value
 
value = instance.SubstituteFonts
[Browsable(false)]
public Dictionary<string,string> SubstituteFonts {get; set;}
[Browsable(false)]
public: __property Dictionary<string*,string*>* get_SubstituteFonts();
public: __property void set_SubstituteFonts( 
   Dictionary<string*,string*>* value
);
[Browsable(false)]
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

PDFPageView Class
PDFPageView Members