Add characters to the embedded subset.

Namespace: TallComponents.PDF.Fonts
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

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