'Declaration Public Overridable Function GetStandardFontProgram( _
ByVal fontThe font.As Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont _
) As System.IO.Stream
public virtual System.IO.Stream GetStandardFontProgram(
Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont font
)
public: virtual System.IO.Stream* GetStandardFontProgram(
Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont* font
)
public:
virtual System.IO.Stream^ GetStandardFontProgram(
Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont^ font
)
Parameters
- font
- The font.
Return Value
The System.IO.Stream that contains the font program in TrueType format; otherwise, null.