Document
Represents a document interface with properties for managing document settings, permissions, and signature options.
Properties
| Name | Description |
|---|---|
| ShowEvents | Determines if events related to the document are displayed to the user. |
| UseTimeStamp | Indicates whether a timestamp should be included with the document's signature. |
| DocumentObjectKey | A unique key that identifies the document object within the system. |
| ViewName | The name of the view associated with this document, defining its display layout. |
| AllowEdit | Indicates whether the document can be edited by the user. |
| SignatureFormat | Defines the format of the document's signature, such as visual or digital signature types. |
| PanelSize | The PanelSize enum defines the different size options for forms in the user interface, determining how much of the screen a panel occupies when displayed. |
| ViewId | An identifier for the view that controls the document's display format. |
| CAdESSignatureType | Specifies the type of CAdES signature used for the document, allowing for advanced electronic signature standards. |
| SignatureOption | Specifies the signature option for the document, controlling whether and how the document should be signed. |
| DocumentObjectName | The name of the document object as displayed in the user interface. |
| IsChanged | Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications. |