Click or drag to resize

WordToPDFOptionsSetLayoutResourcesPluginPath Method

Sets the value for LayoutResourcesPluginPath 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 SetLayoutResourcesPluginPath(
	string value
)

Parameters

value
Type: SystemString
The path at which the pdftron-provided font resource plugin resides

Return Value

Type: WordToPDFOptions
this object, for call chaining
See Also