SimpleCreatePdfRenditionsCreateRenditions Method |
Creates pdf renditions for records
Namespace: Scanjour.Workflow4.ActivityLibrary.PdfAssembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic static void CreateRenditions(
ODataService odataContext,
IEnumerable<Record> records,
KeyValuePair<string, string> header,
bool force = false
)
Public Shared Sub CreateRenditions (
odataContext As ODataService,
records As IEnumerable(Of Record),
header As KeyValuePair(Of String, String),
Optional force As Boolean = false
)
public:
static void CreateRenditions(
ODataService^ odataContext,
IEnumerable<Record^>^ records,
KeyValuePair<String^, String^> header,
bool force = false
)
static member CreateRenditions :
odataContext : ODataService *
records : IEnumerable<Record> *
header : KeyValuePair<string, string> *
?force : bool
(* Defaults:
let _force = defaultArg force false
*)
-> unit
Parameters
- odataContext ODataService
- OData contect used to render documents
- records IEnumerableRecord
- Records to be rendered
- header KeyValuePairString, String
- Header on web request (used to indicate pdfua)
- force Boolean (Optional)
- if true a new version will be created even if there is an existing version
See Also