ReportRepositoryCreateDocumentPdfRenditionWithHeader Method |
Creates PDF renditions for a given recordKey
Namespace: Scanjour.Workflow4.Web.Services.RepositoriesAssembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic void CreateDocumentPdfRenditionWithHeader(
ODataService odataContext,
string recordKey,
KeyValuePair<string, string> header
)
Public Sub CreateDocumentPdfRenditionWithHeader (
odataContext As ODataService,
recordKey As String,
header As KeyValuePair(Of String, String)
)
public:
void CreateDocumentPdfRenditionWithHeader(
ODataService^ odataContext,
String^ recordKey,
KeyValuePair<String^, String^> header
)
member CreateDocumentPdfRenditionWithHeader :
odataContext : ODataService *
recordKey : string *
header : KeyValuePair<string, string> -> unit
Parameters
- odataContext ODataService
- ODATA context
- recordKey String
- Key of the record to create rendition for
- header KeyValuePairString, String
- Key of the record to create rendition for
See Also