WordToPDFOptionsGetResourceDocPath Method |
Gets the value ResourceDocPath from 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 string GetResourceDocPath()
Public Function GetResourceDocPath As String
public:
virtual String^ GetResourceDocPath() sealed
function GetResourceDocPath();
Return Value
Type:
StringThe path at which the a .docx resource document resides.
See Also