ReportRepositoryRemergePdfFields Method

Scanjour Workflow4 Reference Manual
Remerges specified values of content controls into PDF

Namespace:  Scanjour.Workflow4.Web.Services.Repositories
Assembly:  Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public HttpResponseMessage RemergePdfFields(
	ODataService context,
	string pdfIdToRemerge,
	IEnumerable<KeyValuePair<string, string>> remergeFieldsData,
	IEnumerable<KeyValuePair<string, string>> globalPdfParameters
)

Parameters

context
Type: ODataService
OData context
pdfIdToRemerge
Type: SystemString
Id of PDF to remerge
remergeFieldsData
Type: System.Collections.GenericIEnumerableKeyValuePairString, String
Remerge fields data containing a fields name and corresponding value for previously set remerge fields. See PDF API reference for details.
globalPdfParameters
Type: System.Collections.GenericIEnumerableKeyValuePairString, String
List of global parameters for generated PDF, see PDF service POST-Pdf api for details

Return Value

Type: HttpResponseMessage

[Missing <returns> documentation for "M:Scanjour.Workflow4.Web.Services.Repositories.ReportRepository.RemergePdfFields(Scanjour.Process.OData.Client.Proxy.ODataService,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String}},System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String}})"]

See Also

Reference