WordToPDFOptionsSetSmartSubstitutionPluginPath Method |
Sets the value for SmartSubstitutionPluginPath in 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 WordToPDFOptions SetSmartSubstitutionPluginPath(
string value
)
Public Function SetSmartSubstitutionPluginPath (
value As String
) As WordToPDFOptions
public:
virtual WordToPDFOptions^ SetSmartSubstitutionPluginPath(
[InAttribute] String^ value
) sealed
function SetSmartSubstitutionPluginPath(value);
Parameters
- value
- Type: SystemString
The path at which the pdftron-provided font resource plugin resides
Return Value
Type:
WordToPDFOptionsthis object, for call chaining
See Also