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
)
Public Shared Function AddFontSubst (
ordering As CharacterOrdering,
fontpath As String
) As Boolean
public:
static bool AddFontSubst(
[InAttribute] CharacterOrdering ordering,
[InAttribute] String^ fontpath
)
pdftron.PDFNet.AddFontSubst = function(ordering, fontpath);
Parameters
- ordering
- Type: pdftronCharacterOrdering
the ordering
- fontpath
- Type: SystemString
the fontpath
Return Value
Type:
Boolean true, if successful
See Also