Click or drag to resize

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
)

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