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