Click or drag to resize

PDFNetAddFontSubst Method (CharacterOrdering, String)

Adds the font subst.

Namespace:  pdftron
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static bool AddFontSubst(
	CharacterOrdering ordering,
	string fontpath
)

Parameters

ordering
Type: pdftronCharacterOrdering
the ordering
fontpath
Type: SystemString
the fontpath

Return Value

Type: Boolean
true, if successful
See Also