XFINIUM.PDF Documentation
PdfAnsiTrueTypeFont Constructor(Stream,Int32,Double,Boolean)



TrueType collection stream.
TrueType font index in the collection.
Font size.
If true, the font will be embedded in the PDF file.
Initializes a new PdfTrueTypeFont object.
Syntax
'Declaration
 
Public Function New( _
   ByVal stream As Stream, _
   ByVal index As Integer, _
   ByVal size As Double, _
   ByVal embed As Boolean _
)
'Usage
 
Dim stream As Stream
Dim index As Integer
Dim size As Double
Dim embed As Boolean
 
Dim instance As New PdfAnsiTrueTypeFont(stream, index, size, embed)
public PdfAnsiTrueTypeFont( 
   Stream stream,
   int index,
   double size,
   bool embed
)
public:
PdfAnsiTrueTypeFont( 
   Stream^ stream,
   int index,
   double size,
   bool embed
)

Parameters

stream
TrueType collection stream.
index
TrueType font index in the collection.
size
Font size.
embed
If true, the font will be embedded in the PDF file.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfAnsiTrueTypeFont Class
PdfAnsiTrueTypeFont Members
Overload List

Send Feedback