'Declaration
Public Property FontSubstitution As PdfFontSubstitution
'Usage
Dim instance As PdfRendererSettings Dim value As PdfFontSubstitution instance.FontSubstitution = value value = instance.FontSubstitution
public PdfFontSubstitution FontSubstitution {get; set;}
public: property PdfFontSubstitution^ FontSubstitution { PdfFontSubstitution^ get(); void set ( PdfFontSubstitution^ value); }