Add characters to the embedded subset.

Namespace: TallComponents.PDF.Layout.Fonts
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public void AddToSubset(
	char[] subset
)
Visual Basic
Public Sub AddToSubset ( _
	subset As Char() _
)

Parameters

subset
Type: array<System..::..Char>[]()[][]
Add these characters to the subset.

Remarks

It is only valid to call this method if the EmbedMode of this font is Subset.

See Also