MergeDocumentsToPdfStoreOnDocument Property |
Document ID if provided merged document will be stored as child on the document. Exclusive with
StoreOnCase Namespace: Scanjour.Workflow4.ActivityLibraryAssembly: 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 InArgument<string> StoreOnDocument { get; set; }
Public Property StoreOnDocument As InArgument(Of String)
Get
Set
public:
property InArgument<String^>^ StoreOnDocument {
InArgument<String^>^ get ();
void set (InArgument<String^>^ value);
}
member StoreOnDocument : InArgument<string> with get, set
Property Value
InArgumentString
See Also