Click or drag to resize

OfficeToPDFOptionsSetTemplateParamsJson Method

Sets the value for TemplateParamsJson in the options object JSON string representing the data to be merged into a PDFTron office template

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

Parameters

value
Type: SystemString
JSON string representing the data to be merged into a PDFTron office template

Return Value

Type: OfficeToPDFOptions

[Missing <returns> documentation for "M:pdftron.PDF.OfficeToPDFOptions.SetTemplateParamsJson(System.String)"]

See Also