'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); }