OfficeToPDFOptionsSetResourceDocPath Method |
Sets the value for ResourceDocPath in the options object
The path at which a .docx resource document resides
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public OfficeToPDFOptions SetResourceDocPath(
string value
)
Public Function SetResourceDocPath (
value As String
) As OfficeToPDFOptions
public:
virtual OfficeToPDFOptions^ SetResourceDocPath(
[InAttribute] String^ value
) sealed
function SetResourceDocPath(value);
Parameters
- value
- Type: SystemString
The path at which a .docx resource document resides
Return Value
Type:
OfficeToPDFOptions[Missing <returns> documentation for "M:pdftron.PDF.OfficeToPDFOptions.SetResourceDocPath(System.String)"]
See Also