XFINIUM.PDF Documentation
UpdateCharsSubset Method



Array of characters to be included in the subset.
Updates the set of characters that must be subset in the final font data.
Syntax
'Declaration
 
Public Sub UpdateCharsSubset( _
   ByVal chars() As Char _
) 
'Usage
 
Dim instance As PdfTrueTypeFont
Dim chars() As Char
 
instance.UpdateCharsSubset(chars)
public void UpdateCharsSubset( 
   char[] chars
)
public:
void UpdateCharsSubset( 
   array<char>^ chars
) 

Parameters

chars
Array of characters to be included in the subset.
Remarks
This method is called automatically when using the DrawString methods in the PdfGraphics class but when the low level methods in PdfContentStream class are used then the characters to be subset must be added manually.
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

PdfTrueTypeFont Class
PdfTrueTypeFont Members

Send Feedback