WordToPDFOptionsGetSmartSubstitutionPluginPath Method |
Gets the value SmartSubstitutionPluginPath from the options object
The path at which the pdftron-provided font resource plugin resides
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public string GetSmartSubstitutionPluginPath()
Public Function GetSmartSubstitutionPluginPath As String
public:
virtual String^ GetSmartSubstitutionPluginPath() sealed
function GetSmartSubstitutionPluginPath();
Return Value
Type:
StringThe path at which the pdftron-provided font resource plugin resides.
See Also