OfficeToPDFOptionsSetLayoutResourcesPluginPath 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 OfficeToPDFOptions SetLayoutResourcesPluginPath(
string value
)
Public Function SetLayoutResourcesPluginPath (
value As String
) As OfficeToPDFOptions
public:
virtual OfficeToPDFOptions^ SetLayoutResourcesPluginPath(
[InAttribute] String^ value
) sealed
function SetLayoutResourcesPluginPath(value);
Parameters
- value
- Type: SystemString
The path at which the pdftron-provided font resource plugin resides
Return Value
Type:
OfficeToPDFOptions[Missing <returns> documentation for "M:pdftron.PDF.OfficeToPDFOptions.SetLayoutResourcesPluginPath(System.String)"]
See Also