Enum DocumentAction
Actions pereformed on document (ReIntellix e.g.)
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public enum DocumentAction
  Fields
| Name | Description | 
|---|---|
| Append | Append documents form other cabinet to document  | 
      
| CheckIn | Check in document to the original cabinet. Accept CheckInActionParameters  | 
      
| CheckOut | Check out document to specific cabinet. Accept CheckOutActionParameters  | 
      
| EnhanceImage | Enchance section image by applying deskew and rotate. Accept EnhanceImageParameters  | 
      
| MergeAnnotations | Merge annotations into section image. Aplicable only for PDFs. Accept MergeAnnotationsParameters  | 
      
| ReIntellix | Resend textshots to Intellix  | 
      
| RotatePage | Rotate section page (image + annotations). Aplicable only for raster files and PDFs. Accept RotatePageParameters  | 
      
| SetLatestVersion | Set document as latest version  | 
      
| UndoCheckOut | Undo check out of the document  |