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
)
Public Function SetResourceDocPath (
value As String
) As WordToPDFOptions
public:
virtual WordToPDFOptions^ SetResourceDocPath(
[InAttribute] String^ value
) sealed
function SetResourceDocPath(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