Click or drag to resize

WordToPDFOptionsSetResourceDocPath Method

Sets the value for ResourceDocPath in the options object The path at which the a .docx resource document resides

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public WordToPDFOptions SetResourceDocPath(
	string value
)

Parameters

value
Type: SystemString
The path at which the a .docx resource document resides

Return Value

Type: WordToPDFOptions
this object, for call chaining
See Also